Android Studio Template

servetozden
HardwareAndro
Published in
3 min readJul 17, 2020

Hi, I will give some information about android studio template. First of all I will talk about basic activity.

BASİC ACTIVITY

Basic activity makes basic app with an app bar and a floating action button in Android Studio. A lot of UI mission come together for coming together to create project start.

EMPTY ACTIVITY

If you choose empty activity, it create a layout file. Instead of 2 layouts, 1 layout is created and menu file does not occur.

BOTTOM NAVIGATION ACTIVITY

Bottom navigation, it provides top views with a single tap and makes it easy to switch between. To the icons at the bottom touching it takes you to that view immediately.

FULLSCREEN ACTIVITY

Fullscreen activity, this feature is usually login activity and menu activity helps when we want to design android. Finally, can also be useful in games.

GOOGLE AdMob Ads ACTIVITY

AbMob, google is an advertising platform specially designed for this activity for mobile applications. applying this AbMob to the measures we want helps us generate money by creating ads and making money with this application.

GOOGLE MAPS ACTIVITY

Thanks to the google we can use google maps features with our android applications. We can use putting marker in where we want, when we use specify drawing line one or two points and we can use to indicating a particular region.

LOGIN ACTIVITY

Login activity can be first screen of any users applications. After entering name and surname, it is the login screen for a spesific application. This android login activity template announce how can you create login screen.

DETAIL/MASTER FLOW

Creates a main list with more information details panels on small or medium-sized screens.

NATIVE C++

The Native of Development Kit (NDK) allow using androrid , c and c++ code. We can manage local acitivities. In addition , it is a set of tools that provide platform libraries that you can use to access physical device components such as sensors and touch input.

--

--