Skip to content

Files

Latest commit

 

History

History

AppDev

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hacktober 2021 with ISTE

Projects Archive 📨

App Dev 📱

What is App Development 📱?

When it comes to technology, there are plenty of career paths one can take. One area that has seen an incredible rise in popularity is that of app development. There are literally millions of apps available today, from music apps to banking apps. that help people perform specific tasks.

Application development is the process of creating a computer program or a set of programs to perform the different tasks that a business requires. From calculating monthly expenses to scheduling sales reports, applications help businesses automate processes and increase efficiency. Every app-building process follows the same steps: gathering requirements, designing prototypes, testing, implementation, and integration.

The primary responsibilities of an App Developer include creating, testing and programming apps for computers, mobile phones, and tablets. These developers typically work in teams, and think of ideas and concepts either for the general public, or for a specific customer need.

Languages 👨‍💻


  • Java ☕️
  • Kotlin 😼
  • Dart 🎯

Here are a few ideas you could try out :

🧮 Calculator App
🌡 Weather App.
⏰ Habit Tracker App.
🎬 Movie Review App
😸 App incorparating the cat Api.
📃 A Quiz App.
✔ Voting System App.
🎶 Music Suggestion App.

Feel free to contribute your own ideas by maximizing your creativity and capabilities✨✨!!

How To Create an APK of your app 📲

  1. Open the desired project in android studio.
  2. lick on Build tab located on the task bar and click on generate signed bundle. The following pop up appears with 2 options.

  1. Select the APK option.

  1. Click on create new button and fill the key store path.
  2. If not created already,create a folder called key where your app is located.
  3. Create a new file, after naming it, press OK.

  1. Create a key specific password & an alias password. In the certificate section fill one or more fields (preferably name field).

8. Select Release option.
9. Select the V2 (full APK signature version) option.

10. Click on finish, your gradle build initiates.
  1. When the following message appears, you apk is generated.

  1. Now you could locate your APK by going inside the release folder where you will find your generated APK.

Hurrah! You just made your first Pull request ! 🎉

With ❤️  by ISTE-VIT