Android Tutorials

Android Activity and Life Cycle – Android Online Training Tutorial

Here in this article we will discuss about the Android Activity and Life Cycle following topics Discuss about term Activity. Lifecycle of Activity. Discuss about Intent and communicate between activities. Android Activity Android Activity is a screen which appears on the device when you execute one of the apps. Activity forms a window on a …

Android Activity and Life Cycle – Android Online Training Tutorial Read More »

Android Intent Service – Android Online Training Tutorial

Service is one of the major component of android. It is basically used to perform job on different  thread other than main UI thread. Android Intent Service perform operations such as loading video contents, loading multiple images or loading audio from server . Services are of different types but here we discuss about Android Intent …

Android Intent Service – Android Online Training Tutorial Read More »

How to capture image in android from camera and upload it to firebase

Now in this post , we will discuss about the  how to capture image in android and store it to the firebase database.In a project, we face situation when we have to upload images, audio or video files. These type of media files can’t be stored in realtime firebase database directly.In order to save the media, …

How to capture image in android from camera and upload it to firebase Read More »