Quantcast
Channel: Lagoman | Just another Android blog by Mladen JakovljevićLagoman | Just another Android blog by Mladen Jakovljević
Browsing latest articles
Browse All 4 View Live

Android Splash Screen

There are many ways to implement splash screen in Android application. I like using Dialogs because there is no need for two Activities and sharing data between them. If you have Activity, declare...

View Article


Android Custom Typeface/Font via XML

The idea of defining custom typeface via XML is simple: extend TextView, add custom XML attribute and create Typeface objects using one of static Typeface class methods (we will use...

View Article


Android PreferenceActivity, headers and deprecated...

You may have probably read Settings tutorial from official Android documentation and found out that things are a bit confusing related to newly introduced headers, as I have had. Android enables...

View Article

Android Material Design Navigation Drawer Under Status Bar – With Toolbar

When you create new activity in Android Studio and choose Navigation Drawer Activity, you get two java classes (activity and fragment) and a couple of XML files. And if you open newly created activity...

View Article
Browsing latest articles
Browse All 4 View Live