top of page


Getting a result from an Activity – How to use startActivityForResult() method in Android?
Intro What to do when you need to start an activity just to get some data from this activity and then go back to your previous activity....
agulevski10
Dec 4, 20196 min read
Â
Â
Â


Android: Pass Data Between Activities with Validation Check
Intro As we said in a previous post most applications today contain multiple screens, which means they are compiled from multiple...
agulevski10
Apr 29, 20194 min read
Â
Â
Â


Android: Switch Between Activities Exercise
Intro In a previous post we got our self’s introduced to the concept of activities in android. As we said the Activity is one of the four...
agulevski10
Feb 28, 20194 min read
Â
Â
Â


Android Activity-Lifecycle Exercise
In this exercise we are going to create a new project and in MainActivity we will override all of the basic Lifecycle callback methods....
agulevski10
Feb 26, 20195 min read
Â
Â
Â
bottom of page

