Fatima Ahmed: Kamrul, please see the screenshot. Can you tell me which file path I have to go thru to open and run your project in Android Studio?
July 22, 2018
Fatima Ahmed: Kamrul, I am going thru your other project: How to start that Hello world program or How to Start Android project (as shown in this link). In that HowToStartAndroid.zip file, can you give me the steps on which file path to go thru to start your project... moreKamrul, I am going thru your other project: How to start that Hello world program or How to Start Android project (as shown in this link). In that HowToStartAndroid.zip file, can you give me the steps on which file path to go thru to start your project in Android Studio? Shall I go to MyApplication/app/build and then what? Basically, if any user just wants to run your program without coding anything, then which file path do they go to just run your main code?
Also, when you say virtual device, you mean the emulator, right? Also, majority of the code in this Hello world app will be in the content_main.xml file since it is just a text display, right? less
Kamrul Hasan
install Android studio first. Then create virtual device and update or download required sdk.
then open the Android studio project through Android studio.
And run the project
This Android ListView tutorial for beginners shows you how to create a Listview in Android. Listview basically lists a group of items one after the other. Fo...
July 8, 2018
Kamrul Hasan
i think i have to made a video about gradle,manifest,xml etc.
No in our university we did not work in Android. Basically i learn it after Graduation from You tube and various sites.
July 8, 2018
Fatima Ahmed: Ok Kamrul and all! I have just started checking your submitted videos. I just finished Kamrul's Android Listview project. Good work Kamrul! Even though there is no AUDIO, I think I got an idea. Here is the link to your video which I just uploaded in... moreOk Kamrul and all! I have just started checking your submitted videos. I just finished Kamrul's Android Listview project. Good work Kamrul! Even though there is no AUDIO, I think I got an idea. Here is the link to your video which I just uploaded in youtube. There are a lot of terms that I still have to understand like gradle scripts, manifest file, etc. If I ask all those tiny details then it would take years to understand So here are just a few high level questions to get an overview and guide everyone in the right direction. 1) What would be a good place for beginners to learn Android development? 2) Are these Android coding classes quite common and mandatory in your college courses or are they more like electives? less
This Android ListView tutorial for beginners shows you how to create a Listview in Android. Listview basically lists a group of items one after the other. Fo...
July 7, 2018
Kamrul Hasan
i think i have to made a video about gradle,manifest,xml etc.
No in our university we did not work in Android. Basically i learn it after Graduation from You tube and various sites.
Fatima Ahmed: Kamrul, thanks for the quick Camera app tutorial. Looks quite simple at first glance! How long have you been coding in Android? So the code you have provided will really open up the camera in cell phones real time and snap the pictures? Cause the code... moreKamrul, thanks for the quick Camera app tutorial. Looks quite simple at first glance! How long have you been coding in Android? So the code you have provided will really open up the camera in cell phones real time and snap the pictures? Cause the code is pretty short, so I was just wondering. I also saw you entered code in xml file and then in .java file. So, in the xml file you entered the design layout info and the java file contains the logic like what will happen when you click on 'snap photo'?
Kamrul Hasan
2 years may be, but it was 1 year break due to different platform job. if u install the apk file in ur android device u can take photo but cannot save the photos. i will do the saving option as soon as possible
Fatima Ahmed: Hi Kamrul, thanks for joining. Looking forward to the database project! I have nothing on Database yet on this platform, so would be a good educational lesson for us hopefully!