You can build android app for your website and or blog very easily. It doesn't need your mastery to any programming language or any investment. I know it will gladden you to lunch your own app for your blog or website. The only thing you need is an Android mobile phone and android App.
Install App in your mobile and start a new project. Write your app name and select an icon for your app.
Now in your project View area drag and drop Scroll(V) and inside that add webview widget. Set width of Scroll(V) to match parent and change padding to 0.
In Logic area of your project, in onCreate event add the WebView loadUrl block and write Url of your site in it.
Now add a new event, namely 'On back button press', in your app Logic area. On in On back button press, use if..else.. block. Add Webview goBack block as shown in image below. It should read, if WebView canGoBack then WebView goBack else Finish Activity.
Now save and Run the project. Your App is ready. You can get .apk file of your app go to project options and click on Send install file(APK). You can send it to your email or if you have ES file explorer you can save it directly to your mobile.
Download also my app to see how it looks like, it's less than 2mb click here to download
Comments
Post a Comment