Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android 5.0 Lollipop

Marquee Title In Toolbar / Actionbar In Android With Lollipop Sdk?

I've tried several different approaches, including the one found here (which in turn led me to … Read more Marquee Title In Toolbar / Actionbar In Android With Lollipop Sdk?

Android Spinner Adapters And Lollipop

Like many others, I'm using Parse.com in my android application. When I use a ParseQueryAdapter… Read more Android Spinner Adapters And Lollipop

Implementing Ripple Effect Outside Imagebutton

I am trying to implement ripple effect for ImageButton.I have set ripple in background and drawable… Read more Implementing Ripple Effect Outside Imagebutton

Android Lollipop - Pull To Refresh

I am trying to implement pull-to-refresh in Android. I know there is SwipeRefreshLayout but with al… Read more Android Lollipop - Pull To Refresh

Is There Any Legitimate Use For @+android:id?

After I upgraded my android tools to latest version to work on API21, trying to compile my project … Read more Is There Any Legitimate Use For @+android:id?

Navigation Drawer (menudrawer) Android 5 (lollipop) Style

I'm using menudrawer library in my project (this one: https://github.com/SimonVT/android-menudr… Read more Navigation Drawer (menudrawer) Android 5 (lollipop) Style

Retrofit Is Not Working Below Lollipop

I am trying to get data from my website using Retrofit. It's working fine from Android 5.0 but … Read more Retrofit Is Not Working Below Lollipop

How To Add Buttons Like Refresh And Search In ToolBar In Android?

I have made a ToolBar, but when I add menu items in menu.xml it always shows as an overflow. How do… Read more How To Add Buttons Like Refresh And Search In ToolBar In Android?

Can You Uniquely Identify A BLE MAC Address In Android 5.0?

In Android 5.0, BLE doesn't use static MAC addresses anymore, but the MACs change after interva… Read more Can You Uniquely Identify A BLE MAC Address In Android 5.0?

Unable To Create File On Removeable Sdcard In Android 5.0.1

I am working on an application that needs the ability to create files on the removable sd card in t… Read more Unable To Create File On Removeable Sdcard In Android 5.0.1

OnClick Event On TextView Stops RippleEffect On CardView

I have a TextView inside a CardView. When enabling the ripple effect for Lollipop on the CardView b… Read more OnClick Event On TextView Stops RippleEffect On CardView

Why Creating Ripple Effect Is Difficult On Pre Lollipop Android Devices?

When I've applied ripple effect to the UI having OS version lower than lollipop, at that time f… Read more Why Creating Ripple Effect Is Difficult On Pre Lollipop Android Devices?

How To Open SMS Intent To Read (not Send) Message?

I am using android.provider.Telephony.SMS_RECEIVED to listen to incoming SMS. I was successful catc… Read more How To Open SMS Intent To Read (not Send) Message?

How To Fix IncompatibleClassChangeError During Android Jackson Parsing Using Annotations In Android Lollipop?

In our android app, we use Jackson Annotations in our models: @JsonTypeInfo(use = JsonTypeInfo.Id.N… Read more How To Fix IncompatibleClassChangeError During Android Jackson Parsing Using Annotations In Android Lollipop?