Learning Android Development In 2020 - A Practical Guide - Deepstash
Machine Learning With Google

Learn more about computerscience with this collection

Understanding machine learning models

Improving data analysis and decision-making

How Google uses logic in machine learning

Machine Learning With Google

Discover 95 similar ideas in

It takes just

14 mins to read

Getting started with the Android Development

Getting started with the Android Development

  • First of all, you must have a basic knowledge of the Java language for Android Development.   
  • Set up Android Studio IDE of Android Development on your PC or Laptop.
  • Take a course or any book on Android app development with which you think you are comfortable. Being comfortable with the course or with the book is very important.

24

259 reads

Understand Lifecycles

  • Understand the Activity Lifecycle as having the knowledge of the activity lifecycle is very important when it comes to building a bug-free application.
  • Understand the Fragment and its lifecycle. It is primarily to support more dynamic and flexible UI designs on large screens, such as tablets.

20

114 reads

Debugging and Navigations

  • Learn how to debug your Android application as it is the single most important skill for any developer. Android Studio provides a debugger that allows you to do so many important things.
  • Know about the navigations, tasks, and back stack. Android Activities are the logical construct of the screens that we want a user to navigate through. The relation that each Activity holds with respect to others is very crucial for a good user experience.

19

62 reads

Context And Threading

  • Understanding the Context In Android Application. To develop a better Android app, we must know what context is? Context is almost everywhere in Android Development and it is the most important thing in Android Development, so we must understand to use it correctly.
  • Learn about threading in detail. As the Java Virtual Machine allows an application to have multiple threads of execution running concurrently. We must know how to take advantage of a multi-threading environment correctly.

18

46 reads

Configuration, 3rd Party Libraries, And Android Core

  • Learn how to handle the configuration changes. Some device configurations can change during the runtime such as screen orientation, keyboard availability, and when the user enables multi-window mode. We must know how to handle these changes.
  • Know about the 3rd party libraries. We have 
Mindorks Android Store
  • Understanding the Android Core. Looper, Handler, and HandlerThread are Android’s way of solving the problems of asynchronous programming. 

20

52 reads

Memory Usage and Custom View

  • Learn about the tools to get the metrics of memory usage, CPU usage, and etc. There are a few metrics that you should measure continuously while android application development.
  • Learn about creating Custom View. To develop a better Android app, we must know how to create custom views.
  • Always focus more on learning techniques not so many frameworks. This helps in the longer run.

18

22 reads

Objects Reference and Performance Patterns

  • Holding reference of objects that are not required anymore is a bad practice, freeing object’s reference after being served is helpful for the garbage collector to kill that object, that eventually helps yourself in memory leaks issues. If you keep objects reference unnecessarily, it only leads to memory leaks. Learn how to detect and fix the memory leaks in the Android application.
  • Learn about the performance patterns in Android applications. How to improve the performance of your application.

18

18 reads

Understand Bitmaps And Android Jetpack

  • Understand Bitmaps. As it takes a huge amount of memory, can lead to OOM easily. Users love content! Especially when the content is well-formatted and looks nice. 
  • Learn about Android Jetpack. It is built to make app development fast. It is the next generation of Android components that brings together the benefits of the support library, backward compatibility and immediate updates to a larger set of components. Android Jetpack manages activities like background tasks, navigation, and lifecycle management, so you can eliminate boilerplate code and focus on what makes your app great.

18

65 reads

Android Tools and Applications

  • Learn how to apply proguard in an Android application. It is a tool used to minify the code, obfuscate the code, and optimize the code which reduces the size of the application.
  • Read about the security tips to build a secure Android application.
  • Know about the Android Useful tools. These tools make the development fast and our life easier. Do not forget to explore and use these tools.
  • Read others' code. This is the best thing a developer can do and learn to code in the best way. I
  • Know about the Android development best practices.

19

17 reads

Git, Integrations and Plugins

  • Learn Git. It is a version control system for tracking changes in computer files and coordinating work on those files among multiple people.
  • Know how to improve your code with lint checks.
  • Know about the Gradle Build Tool.
  • Contribute to open-source projects.
  • Know about Continuous Integration. It ensures that your code is building on a server that is not your own machine. Use CI like Jenkins, Circle CI, Travis, and etc.
  • Become more productive in android with android studio plugins.
  • Always be updated with the new technology in Android. If you miss it, you simply miss it.

18

18 reads

Learning the core of the Android Development: Other Tips

  • Know about database and SQL.
  • Know about the REST.
  • Learn about APIs.
  • Learn about the content providers. They are used to share data between the applications. They provide mechanisms for defining data security and for encapsulating the data.
  • Learn about RecyclerView Optimization.
  • Learn about the caching implementations.
  • Learn about optimizing network request frequencies.
  • Learn about the Android Sensors, GPS, Acceleration.
  • Learn about location and maps.
  • Learn about battery improvement.
  • Understand the app launch time and work on to improve it.
  • Know how you can reduce the APK size.

18

23 reads

How to use the new Dagger 2 Android Injector?

blog.mindorks.com 

  • Android Jetpack is the next generation of Android components. It manages activities like background tasks, navigation, and Lifecycle management.
  • Learn about MVP architecture. 

18

149 reads

CURATED BY

jeffrich

Chiropodist

Read & Learn

20x Faster

without
deepstash

with
deepstash

with

deepstash

Access to 200,000+ ideas

Access to the mobile app

Unlimited idea saving & library

Unlimited history

Unlimited listening to ideas

Downloading & offline access

Personalized recommendations

Supercharge your mind with one idea per day

Enter your email and spend 1 minute every day to learn something new.

Email

I agree to receive email updates