Safiya Akhtar
Safiya Akhtar
  • 27
  • 112 121
Android Studio Tutorial For Beginner #5: Activity Lifecycle In Android
In this video you will learn about
Creating activity and learning how it works is a very important part while you start to learn android app development, this may also be the first question asked from you while giving an interview for an android app developer position.
An activity represents a single screen with a user interface just like a window or frame of Java. Android Activity is the subclass of ContextThemeWrapper class. This should be mentioned in the Manifest.xml file otherwise runtime error will occur.
The activity has different methods that you can call on different phases of activity.
You can find all code here on my blog: safiyaakhtar.in/android-studio-tutorial-for-beginner-5-understanding-activity-life-cycle/
Subscribe and Watch Advance Tutorial: ua-cam.com/video/UXy_phw5Psg/v-deo.html
Some Quick Tips For Android Developers| Android Studio: ua-cam.com/video/-Ev0OOuAlAE/v-deo.html
Facebook Page: safiyaakhtar0infy/
Twitter: akhtar_safiya
Blog: safiyaakhtar.in/
Переглядів: 162

Відео

Android Studio Tutorial For Beginner #4: Layouts in Android, where to use them?
Переглядів 1,1 тис.5 років тому
In this video you will learn about 1. View group and views 2. Linear Layout 3. Relative layout 4. Constraint Layout 5. Web View A layout defines the structure for a user interface in your app, such as in an activity ( How Your Activity will look like?). You can find all code here on my blog: safiyaakhtar.in/android-studio-tutorial-for-beginners-4-layouts-in-android/ Subscribe and Watch Advance ...
Android Studio Tutorial For Beginner #3: Your First Application (Application Components)
Переглядів 1195 років тому
In this video you will learn two ways to print hello world on a screen 1. By Layout, hello world will be static 2. By Java or programming And Application Components and a brief introduction about them. The application component consists of essential building blocks to develop an android application. These components should be added in the manifest file. So this is a simple video, and just a sta...
Android Studio Tutorial For Beginner #2: Where To Start? (How To Use Android Studio)
Переглядів 1395 років тому
Android Studio IDE has many tools and features that you can use in different ways to develop an amazing application. Mostly you need to use these folders and views to start developing applications. You can add files, strings, resources, themes, designs, colors, code, third-party libraries, assets in your application if you know how to use IDE correctly? So in this Video, you will learn How to C...
Android Studio Tutorial For Beginner #1: Introduction & Installation (2019)
Переглядів 1085 років тому
Android is the most popular OS ever developed for mobile devices. Why? Simple to use! Whatever in this world which confuses men, they run away from it especially older people, whatever is costly; most people don’t buy it. Whatever they experience they remember it and when a user is using Android phone they know it is the best! Price ratio for available android devices is for all kind of people ...
Why & Who Should Learn Android Application Development (Best Answer)
Переглядів 3295 років тому
You will Learn why you should be learning Android App development and what you must know before starting these tutorials. It has been more than 10 years when Android was first released but it is still in progress and market growth for Android users in increasing every day, More and More people are switching to Android as it is simple and easy to use and available in all kind of prices. You know...
Async Task: Solution to Too Much Load On UI Thread/ Skip frames in Android App
Переглядів 6 тис.5 років тому
Android AsyncTask is an abstract class which performs heavy tasks in the background and keep the UI thread light thus making the application more responsive and App does not crash or get slow! Android application runs on a single thread(UI thread/ Main Thread) when launched. Due to this single thread model tasks that take longer time to fetch the response can make the application non-responsive...
Changing Navigation Drawer Icon Colors: Android Studio
Переглядів 9 тис.5 років тому
Learn how to create a Navigation Drawer Activity in Android Studio in the Simplest way and how to Change Color of the icons in the drawer easily. how to change vector asset and image color in android navigation drawer. Don't Forget to LIke and Subscribe My UA-cam Channel ua-cam.com/channels/tJ7HCk77AfHgvdtpM8z_rg.html Learn How to Create PAckages in Android Studio and More Quick Tips here: ua-c...
SHA-1 Key Generation in Android Studio | Signing Report
Переглядів 7 тис.5 років тому
SHA-1 can be generated in android via signing report and this is the easiest way to do that in android studio. To obtain an Android SHA1 fingerprint from your desired keystore, please follow the steps as shown in the video. To access APIs in Android from Google API console you need to generate an API Key. This same API key can be used for accessing multiple APIs under the same project. To gener...
Simplest Way to Implement Custom Adaptor with List View|Android Studio
Переглядів 3845 років тому
Implementing a List View with Custom Adapter or design in Android Studio. ListView is used view in the android studio. To implement a Custom Adapter on list view is really simple task. But First Understand why a custom adapter is required. To Impose/Inflate a custom view on the list view To set data in list view in each row which contains multiple elements like ImageView/ TextView/ EditText Etc...
Gmail Sign In Android Application Using Firebase Authentication Tutorial
Переглядів 5595 років тому
Firebase Authentication is really simple to use and implement Gmail or Google Sign in. To implement this in the android studio/ Android Applications. First, you need to add Firebase Project to your Android project watch my tutorial here: ua-cam.com/video/-Ev0OOuAlAE/v-deo.html Now You can visit my blog post to get Source Code or more clear concept of how to add firebase to your application and ...
Automatically Add Activity to Manifest and Create New Type of Activities in Android Studio
Переглядів 5 тис.5 років тому
Creating an Activity in the Android studio is very simple task yet sometimes we forget to add that activity in manifest file which results in Run time error, so to reduce that trouble we can do this automatically in android studio only just by some clicks and build. Through this method, your Activity will be automatically generated with a layout file and a java file and will be added to the man...
The easiest way to Add Firebase Services To Android Studio Projects
Переглядів 1515 років тому
Firebase is Really Simple to use and implement in Android and other platforms and really really fast. So the first step to learning How to use firebase in our Android Studio Project? To learn Google Sign In Through firebase in Android watch my blog post and video tutorial here: safiyaakhtar.in/gmail-sign-in-via-firebase-android-studio/ Keep yourself updated with programming tips and subscribe t...
Create PDf Files/ Invoices - Android Studio & Itext
Переглядів 29 тис.5 років тому
Itext is very famous and easy to use libraries to create any type of PDF format from any platform. We can create invoices, pdf, papers, time table, results, resume, etc from IText library. It will require WRITE_EXTERNAL_STORAGE permission to save the pdf file. We'll handle runtime permission too. Please Subscribe to my Channel and get more updates on android app development. Link To Code: safiy...
Load Unload Modules/ Libraries/ Jar Files - Andorid Studio
Переглядів 5185 років тому
Load/Unload Modules/ Libraries/ Jar Files in Android Studio. Watch my tutorial on connecting sql server database to android using JTDS driver : ua-cam.com/video/UXy_phw5Psg/v-deo.html Thanks For watching, Please Subscribe to my channel to get more updates. Facebook Page: safiyaakhtar0infy/ Twitter: akhtar_safiya Blog: safiyaakhtar.in/
Android studio- Custom Grid View and Picasso
Переглядів 3995 років тому
Android studio- Custom Grid View and Picasso
Create packages in android studio
Переглядів 14 тис.5 років тому
Create packages in android studio
set selection in spinner - Android Studio
Переглядів 1,8 тис.5 років тому
set selection in spinner - Android Studio
searchable spinner | Android Studio
Переглядів 1,9 тис.5 років тому
searchable spinner | Android Studio
Easiest way for Regex validation in android application
Переглядів 1,6 тис.5 років тому
Easiest way for Regex validation in android application
validation in android | Android studio
Переглядів 2365 років тому
validation in android | Android studio
Assets in android
Переглядів 2435 років тому
Assets in android
Android login | Android studio
Переглядів 1635 років тому
Android login | Android studio
Add jtds/JAR files to the android studio and connect your app directly to SQL server database
Переглядів 23 тис.5 років тому
Add jtds/JAR files to the android studio and connect your app directly to SQL server database
Connect Android App With SQL Server | Login with Spinner
Переглядів 3,1 тис.5 років тому
Connect Android App With SQL Server | Login with Spinner
Adding font Awesome in android studio
Переглядів 6 тис.6 років тому
Adding font Awesome in android studio
Material android app developer helper
Переглядів 616 років тому
Material android app developer helper