
Featured
- 
            
              Android O Released with Top 7 New Features for App DevelopersAndroid was founded by Andy Rubin, Rich Miner, Nic by sudhanshu.tripathi
- 
            
              An Overview of Android Activity - Video TutorialAs far as Android platform is concerned, the funda by amit.rai
- 
            
              How to get IMEI number,serial number and software version of your phoneHello... Sometimes we need to know the country by shahbaz.ahmmod
- 
            
              Search location by using place on google mapHere below is the code for searching places by usi by shahbaz.ahmmod
- 
            
              How to know free space in sdcard androidI have written code to know free space in sdcard by shahbaz.ahmmod
Tags
How to catch activities in foreground/background using ActivityLifecycleCallbacks?
                      To catch the states of every activity in our android application we have to implement ActivityLifecycleCallbacks. ActivityLifecycleCallbacks will have different override method as onActivityCreated, onActivityStarted, onActivityResumed, onActivit... 
                      How to integrate google analytics in Android Application
                      Are you interested in tracking your Android app activities? If yes, Google Analytics provides a service for which real time tracking of Activities, fragments, events, exceptions and crash reports can be done easily.
Steps to integrate Google A... 
                      Structure of Android Manifest file
                      In every android application AndroidManifest.xml is the necessary part. Manifest file contains every essential information about your appliucation. It contains information about your package, activities, permissions, services, brodcast receiver a... 
                      How to identify the network usage of your particular application in android?
                      If you wanted to monitor the data usage of your particular application than you need to know the pakage name of that application which you want to monitor. 
So just add the method getDataUsage given below in your utility class and pass the conte... 
                      How to identify the current opened application name in android devices?
                      If you need to monitor your android device activities and you want to identify the current opened application name  in that case you can simply create the method given below in your utility class. And call it whenever you want to get the current ... 
                      Monetize your Application by adding Ad banners in your android application
                      Adding ad banners into you app
To monetize your app you can add advertisements and earn revenues based on viewers visiting the ads. You'll see below how easily you can add advertisement banners through Admob.
Admobs is a Google acquired company... 
                       
        
        
 
        
         
        
        