Posts

Android Mobile Simulator for Microsoft Edge

Image
  You have built a web application on your PC or laptop.  Now,  you want to see how it appears on a mobile device. This is the use case for a mobile simulator, an extension that displays how your site would appear on a handheld. It is a responsive testing tool. It is available on Google Chrome Webstore. It can simulate 5 models of Android smartphones and 11 models of Apple smartphones. Deatils here:  Mobile Simulator From the above site you can add it to Microsoft Edge where it will show as one of the extensions as shown. How do you test it? Just bring up a web page (any) as shown here: Now click on this icon and see the simulator getting displayed as shown: There is another web site here with some operational buttons on the right.

Where do I find the app's .apk file in Android Studio's latest version?

Image
  The Android Studio has been changing ( https://android-studio.en.uptodown.com/windows/versions ).  The version  I am using is the latest. The location of the APK file is found in the ' output ' folder. In the Snow Cat version of the Android Studio, the location of the APK (app-debug.apk) file is shown in this figure. I copied the file and I installed it on a Android Phone where .apk files can be installed.

How do you fix this error net::ERR_CACHE_MISS in an Android app built using Android Studio?

Image
 I am a Windows Phone developer trying to get into Android App development. I have been working with Android app development for the past couple of days with the latest Android Studio.  I finally got an app that can display an URL . I had an important line missing in my Manifest file and when I corrected this it worked. It has to do with the browser permissions. ========= <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"     package="com.example.mywview"> <uses-permission android:name="android.permission.INTERNET"/>     <application         android:allowBackup="true"         android:icon="@mipmap/ic_launcher"         android:label="@string/app_name"         android:roundIcon="@mipmap/ic_launcher_round"         android:supportsRtl="true"         android:theme="@style/Theme.MyWView">         <act

Installing Android Studio Arctic Fox

Image
  Android apps are becoming very popular. How do you build one on a Windows 10 computer/laptop? I am used to developing Windows Mobile (Microsoft gave up on this) using Visual Studio of various versions, but I wanted to try an Android app. It is easy to get a link ( Download Android Studio and SDK tools  |  Android Developers ) to the download page for the latest version of Windows (x64).  The problem was, after downloading the executable and running it was hampered by the Ransomeware protection of Windows 10. I finally resolved it, as shown  here . Here are some screenshots of the install process: Hello, Arctic Fox, be good to me! Setting up the development environment Android studio setup is driven by a wizard and is very easy. Just follow the screenshots. It shows the variety of devices you can develop the apps. Just click next or finish as the case may be. Android starts other components needed for development as shown. Well, there was a hiccup here. I think this is needed for emul

Problem and Resolution: Installing Android Studio on Windows 10 (x64)

Image
  You can download the Android Studio for Windows and other platforms. However, trying to install in Windows 10 you may run into a problem.  At the end of the installation, you get the error that the software was not installed because the temp directory could not be accessed.  This is quite a frequent, error many folks are confronted with while installing some new software.  I encountered this problem trying to install Android Studio on my Windows 10 (x64). What is Windows 10 controlled folder access? Controlled folder access is an anti-ransomware feature in Windows 10 that helps protect your file system on your computer from modification by suspicious or malicious apps (especially ransomware). You should find this in "System Protection" Controlled folder access in Windows Security reviews the apps that can make changes to files in protected folders and blocks unauthorized or unsafe apps from accessing or changing files in those folders. Access the relevant feature page in th

You may want to develop games for SKILLZ

Image
  Beginning today Skillz started trading. Skillz is the leading mobile platform for gamers. It combines mobile gaming with sports that enables everyone to share in the sports competition. The mobile gaming market is expected to grow by 2025 to $150 billion according to Skillz site ( https://www.skillz.com/skillz-becomes-first-publicly-traded-mobile-esports-platform/ ) If you are a game developer (iOS , Android, Cardova, Unity) you may be interested in the following information,

Happy New Year 2019 to you all

Image
Wishing you all a Happy New Year 2019. Thank you for reading my blog. See you in 2019