Getting started is sometimes the hardest part.
Some of the technologies we'll use include the following.
For this series, we will use either AWS or Firebase. Both offer affordable, scalable and performant backend solutions while staying below $10/month.
Create a new Android Studio Project
Use Kotlin
and androidx
Now you'll see the different panes of Android Studio.
Android Studio can be a difficult program to use. However, it's strength is in its power, and with that power you can do anything. First, you'll notice that Android Studio opens content_main.xml
. This is the layout -- or UI -- for our app.
Alert tutorial.
Material Design.
Stroke it.
Create beautiful buttons in XML.
Built with Android Studio and Kotlin.
Getting started is sometimes the hardest part.
Add a click listener in Kotlin.
Let users sign in.
It always begins with registration.