About Android Studio

Android Studio is the official integrated development environment (IDE) for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development. It is available for download on Windows, macOS and Linux based operating systems or as a subscription-based service in 2020. Android Studio was announced on May 16, 2013 at the Google I/O conference. It was in early access preview stage starting from version 0.1 in May 2013, then entered beta stage starting from version 0.8 which was released in June 2014. The first stable build was released in December 2014, starting from version 1.0. On May 7, 2019, Kotlin replaced Java as Google's preferred language for Android app development. Java is still supported, as is C++.

MY PROJECT

My Music

Hi, Welcome you all to my android project. This is my first Android project that i developed.It is a music player which takes the user permission to read External Storage and display all downloaded .mp3 files in the layout of an application. I used linear layout and added textView to it to display all .mp3 files.While you open any file it plays the song. I used imageView and added seekbar to it and at bottom added horizontal layout to align previous, play/pause, next buttons.I had attached source code of my project you all can download it.