Android Examples

Simple Map demo android studio

Create new project in android studio And select MapActivty see below image . And click next . Then android studio automatically open google_maps_api.xml file open and now we just need api key for run the project. Then goto this site for  api key https://console.developers.google.com  -> Google Android Maps API   Then  Enable   Google Maps Android API Then… Continue reading Simple Map demo android studio

Android Examples

Download pdf from server android

Hey guys hellooo again, Today i am going to show you how to download PDF file from server. Step 1 : Firs upload pdf file into your server and get URL link .  For example i am using free book url = https://letuscsolutions.files.wordpress.com/2015/07/five-point-someone-chetan-bhagat_ebook.pdf  Note : You can Download any file from this link i tested (PDF,ZIP,IMAGES).  … Continue reading Download pdf from server android