Androstock

Android is awesome. Let's do more.

  • Home
  • Tutorials
  • UI Design
  • Videos
  • Contact
Android Login & Registration App Screen Design
UI Design

Android Login & Registration App Screen Design

June 18th, 2019 No Comments

In this tutorial we will be designing an Android login & registration app screen in android studio. Most of the apps requires sign in & sign up functionality. But choosing a nice and fresh design are sometimes a headache. As like the design in the cover photo we’ll create one today. 1. “values” folder elements

Keep Reading →

by Ferdousur Rahman Sarker
Tutorials

Create a ToDo Task App on Android – Android Studio

March 25th, 2018 1 Comment

A ToDo Task app is where we can save schedules of some tasks to get reminded on the scheduled time. In this tutorial we are going to create a ToDo Task app on android – Android Studio. We’ll be using SQLite database in this tutorial, where all the task and information will be saved. Steps…

Keep Reading →

by Ferdousur Rahman Sarker
Create a news app on Android - Android Studio
Tutorials

Create a News App on Android – Android Studio

October 24th, 2017 4 Comments

Creating a news app on Android is easy and a damn cool thing you can use by yourself. Oh, don’t worry, you don’t need to setup a news channel and hire journalist to collect news from all over the world. You can get those informations by using a news api which will let you get…

Keep Reading →

by Ferdousur Rahman Sarker
Android Speech to Text Converter - Android Studio
Tutorials

Android Speech to Text Converter – Android Studio

August 1st, 2017 2 Comments

Android comes with an inbuilt feature android speech to text through which you can provide speech input to your app. In this tutorial we will learn how to make speech to text converter. So as the name implies, user voice will be converted into text and shown on Android Screen. As soon as a user…

Keep Reading →

by Ferdousur Rahman Sarker
Create a Screen Recorder app in Android – Android Studio
Tutorials

Create a Screen Recorder app in Android – Android Studio

July 21st, 2017 4 Comments

Before Android Lollipop (API 21) recording video from within your app will require root access. You’ll notice that the apps available to do this in the Play Store prominently list “REQUIRES ROOT” in their app descriptions. But Since Lollipop we can use the Media Projection API ! (API 21+). In this tutorial I’ll be describing on creating a…

Keep Reading →

by Ferdousur Rahman Sarker
Videos

Google Sign In using Firebase in Android – Android Studio

July 21st, 2017 No Comments

Creating a login/registration feature into your app is always an important task. But google introduces a one click login button in android and web. Here users do not need to create an account, they can access to their personal area using their existing real email addresses. This tutorial will help you making a login feature…

Keep Reading →

by Ferdousur Rahman Sarker
Create a Photo Gallery App in Android – Android Studio
Tutorials

Create a Photo Gallery App in Android – Android Studio

July 18th, 2017 6 Comments

We always use a default gallery app where we discover all of our photos captured and downloaded. But sometime we want to build a such type of app by ourself to add our custom design and functionality. So, In this tutorial I will provide a guideline to start creating a photo gallery app in android…

Keep Reading →

by Ferdousur Rahman Sarker
Create a SMS app in Android - Android Studio (Part - 2)
Tutorials

Create a SMS app in Android – Android Studio (Part – 2)

July 15th, 2017 No Comments

An SMS app is a must in every smartphone. There are a lot of SMS app in Google Play Store, but I expect you to build the better one. So, In this tutorial I will provide my simple method to start building a SMS app. Creating a SMS app in android is nor so easy…

Keep Reading →

by Ferdousur Rahman Sarker
Create a SMS app in Android - Android Studio
Tutorials

Create a SMS app in Android – Android Studio (Part – 1)

July 15th, 2017 No Comments

An SMS app is a must in every smartphone. There are a lot of SMS app in Google Play Store, but I expect you to build the better one. So, In this tutorial I will provide my simple method to start building a SMS app. Creating a SMS app in android is nor so easy…

Keep Reading →

by Ferdousur Rahman Sarker
Google Sign In using Firebase in Android - Android Studio
Tutorials

Google Sign In using Firebase in Android – Android Studio

July 8th, 2017 3 Comments

Creating a login/registration feature into your app is always an important task. But google introduces a one click login button in android and web. Here users do not need to create an account, they can access to their personal area using their existing real email addresses. This tutorial will help you making a login feature…

Keep Reading →

by Ferdousur Rahman Sarker
1 2 Next »

Newsletter

Subscribe to my newsletter to get updates in your inbox

Categories

  • Tutorials11
  • UI Design1
  • Videos4

Popular Posts

Android Login & Registration App Screen Design Android Login & Registration App Screen Design
June 18, 2019
Create a ToDo Task App on Android – Android Studio
March 25, 2018
Create a news app on Android - Android Studio Create a News App on Android – Android Studio
October 24, 2017
Android Speech to Text Converter - Android Studio Android Speech to Text Converter – Android Studio
August 1, 2017

Find us on Facebook

Recent Posts

Android Login & Registration App Screen Design Android Login & Registration App Screen Design
June 18, 2019
Create a ToDo Task App on Android – Android Studio
March 25, 2018
Create a news app on Android - Android Studio Create a News App on Android – Android Studio
October 24, 2017
Android Speech to Text Converter - Android Studio Android Speech to Text Converter – Android Studio
August 1, 2017
About Me
About Me

If you spend enough time here, you'll know my passion and contribution with Android community. This site is a way for me to showcase all of my works, projects in one location.

Popular Posts
Android Login & Registration App Screen Design Android Login & Registration App Screen Design
June 18, 2019
Create a ToDo Task App on Android – Android Studio
March 25, 2018
Create a news app on Android - Android Studio Create a News App on Android – Android Studio
October 24, 2017
subscribe now

Newsletter

Subscribe to my newsletter to get updates in your inbox

Facebook Twitter Youtube

Copyright © 2017 by Androstock

Creating an Android Weather App using Kotlin