Mobile Phone Se Android Notepad Application Kaise Banaye (Sketchware Pro) Aaj hum apne mobile phone ki madad se ek simple aur professional Android Notepad Ap…
1. This example shows how to use highlight.js library to display highlighted code in WebView. 2. In main.xml, add two Spinners spinner1 and spinner2 , add…
1. Add a Sound file bounce_sound.mp3 . 2. Add a new java class file BouncingBallView.java . Put following codes in it. Copy package com . my . animation…
1. Create a new Sketchware project. 2. In main.xml , add a WebView webview1 . 3. In permission manager, add INTERNET permission. 4. In assets folder, add a…
1. Visit https://aistudio.google.com/ -- Login or Register -- Click on Get API Key. 2. Click on create API Key and create a new API key. 3. Copy the API Key. …
1. This post is about downloading a file from its url to getFilesDir() of the app. Similar code can be used to download to getCacheDir() with little modi…