androidhive.info
Action Bar Archives - androidhive
http://www.androidhive.info/category/action-bar
Android working with Card View and Recycler View. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 3. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 2. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 1. Android Material Design Floating Action Button. Android Material Design Snackbar Example. Android Material Design Floating Labels for EditText. Android Material Design working with Tabs. Android Push Notifications using Parse.com. November 13, 2013 /.
androidhive.info
Beginner Archives - androidhive
http://www.androidhive.info/category/beginner
Android working with Card View and Recycler View. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 3. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 2. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 1. Android Material Design Floating Action Button. Android Material Design Snackbar Example. Android Material Design Floating Labels for EditText. Android Material Design working with Tabs. Android Push Notifications using Parse.com. July 27, 2013 /. Adding ...
tips.androidhive.info
Android Showing and Hiding the views
http://tips.androidhive.info/2013/10/android-showing-and-hiding-the-views
Android Showing and Hiding the views. October 27, 2013. You can show and hide android views (layout, button, textview etc.,) at any time. You can also use animations like fadeOut. To make it more beautiful while hiding and showing the views. Please refer Android Working with XML Animations. If you want to add animations to view while hiding/showing. Function you can show and hide the view by appropriate value. Hide the view using View.GONE. If you use View.GONE. Hide the view using View.INVISIBLE. Androi...
tips.androidhive.info
Android remove EditText border on foucs
http://tips.androidhive.info/2013/10/android-remove-edittext-border-on-foucs
Android remove EditText border on foucs. October 19, 2013. Android OS itself adds border to EditText when user focus on it. The color depends on the OS version. Sometimes we might want to get rid of default focus border and there is a way to do it. You can keep the background color as transparent to remove the EditText border on focus. EditText android:layout width=fill parent android:layout height=wrap content android:background=#00000000 /. Share this article on. Please enter valid email address.
jacobsome.blogspot.com
EyeRaise: April 2012
http://jacobsome.blogspot.com/2012_04_01_archive.html
Wednesday, April 18, 2012. Best place to find some samples of android apps, click. Sunday, April 15, 2012. Connect Android with WCF Service. Download the sample code from here. Eclipse development Tool Kit. Net 35 and above. WCF Rest and Bindings. Steps to run the sample demo application. Create emulator using AVD manager. or root your android device. Do proxy setting in the emulator or android phone from Settings. Configure the wcf service in the web server. Run the android application using in eclips.
androidhive.info
How to switch between activities/screens in Android
http://www.androidhive.info/2011/08/how-to-switch-between-activities-in-android
Android working with Card View and Recycler View. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 3. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 2. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 1. Android Material Design Floating Action Button. Android Material Design Snackbar Example. Android Material Design Floating Labels for EditText. Android Material Design working with Tabs. Android Push Notifications using Parse.com. August 15, 2011 /. Recei...
androidhive.info
Chat Archives - androidhive
http://www.androidhive.info/category/chat
Android working with Card View and Recycler View. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 3. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 2. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 1. Android Material Design Floating Action Button. Android Material Design Snackbar Example. Android Material Design Floating Labels for EditText. Android Material Design working with Tabs. Android Push Notifications using Parse.com. June 22, 2015 /. We have...
androidhive.info
Animation Archives - androidhive
http://www.androidhive.info/category/animation
Android working with Card View and Recycler View. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 3. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 2. Android Building Realtime Chat App using GCM, PHP & MySQL – Part 1. Android Material Design Floating Action Button. Android Material Design Snackbar Example. Android Material Design Floating Labels for EditText. Android Material Design working with Tabs. Android Push Notifications using Parse.com. June 30, 2013 /. Android...
tips.androidhive.info
How to clear all activity stack in Android
http://tips.androidhive.info/2013/10/how-to-clear-all-activity-stack-in-android
How to clear all activity stack in Android. October 27, 2013. Normally when we launch new activity, it’s previous activities will be kept in a queue like a stack of activities. So if you want to kill all the previous activities, just follow these methods. In API level 11 or greater, use. FLAG ACTIVITY CLEAR TASK. FLAG ACTIVITY NEW TASK. Flag on Intent to clear all the activity stack. Share this article on. Subscribe to get latest updates to your inbox. Please enter valid email address.