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?