Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 5.5 KB

androiddev.md

File metadata and controls

63 lines (45 loc) · 5.5 KB

drawing

In this article, we will analyze the interesting points of the animation Fragment API.

How to create a grouped bar chart with Jetpack Compose

Interview with Chen Fishbein, co-founder and CTO of Codename One about startup life, cross platform mobile development and the origins of the company

Hello World, today we are going to make a custom switch. Why? Because the default one looks so boring and ugly. Why we use a switch? As the name suggests, the switch is used to trigger the value either it is on, or it is off. Let's see, how our custom switch will look at the end of the tutorial.

In this article, we will analyze the interesting points of the Fragment API, I think that it will be of interest to all developers who develop an application.

The foundation of learning programming for Android is basic categories.

Learn how to create any type of adapters in android easily with a lot of customization.

Learn how how to start your Android Development career, what is and isn't important to learn, and what to do to land your first job.

Stop publishing your Android apps manually and start doing this fully automated at any stage with the boilerplate for building a CI/CD pipeline for Android.

A fragment can have its layout file, fragments have their lifecycle. A fragment exists in the context of activity and has its life cycle;

Is Android a better way to step into mobile development for your business? What are real advantages it offers over iOS and are they really important?

The main goal is to make TreeView easy to use, customize and extend almost without limitation and to be up to date with the new android versions.

Hello World, today we are going to see how we can make a todo app using a firebase cloud firestore database. The Firestore database is a very flexible and scalable NoSQL database to make our development very fast. Firestore is very easy to use in android.