Posts

Showing posts with the label Android

Why Flutter? Beautiful, Natively Compiled Mobile App

Image
Flutter Logo Transparent So recently I've been doing mobile app development using this framework made by Google, Flutter. To be honest, other than that it is a multi platform mobile app framework, for Android and IOS, i am really disappointed. I hate it because it is using this Dart language that look like Javascript but it is not Javascript, it looks like Java but it’s no Java. It’s confusing for even creating, adding a variable typed List. Do i need to do var myList? or List myList=new ArrayList() ? But then, can i just myList[123] or myList.get(123) ? It turns out that there’s so many things we need to learn about this Dart language alone, and Flutter is another different complex story. Flutter is React like mobile app development framework. I’ve been doing React and have been really happy, enjoying so much, but it is not as flexible as pure as HTML, Javascript, JQuery and CSS. You can build more maintainable codes with React, but is that you want? Now talk about why ...

How to Launch Android Emulator Using CMD

Image
Mobile Browser in Android Emulator Whenever you need an emulator either for development process of mobile app, or you just want to explore it. You can run mobile Android emulator from command line on windows, or terminal in Linux and Mac OS. Follow these steps below to launch mobile emulator from command line without opening Android Studio. 1. Make sure  ANDROID_SDK/emulator is in your environment path, this path contains  emulator.exe 2. After adding the path, now open terminal and execute this commands emulator -list-avds Example output: C:\Users\adam>emulator -list-avds Nexus_4_API_22 3. Now run the emulator with this command emulator @Nexus_4_API_22 Note: Change according to your emulator name Make sure you already have Android studio, it is already bundled with Android SDK, emulators and and the tools you need from creating a starter Android project (the project structure), writing your logic codes, designing the user interface, and compiling it to ...

How To Unpublished Your Android App From Google PlayStore

Image
Android PNG Transparent Logo Icon Maintaining a mobile app is not an easy task, you must be professional, dedicated your time fully on that, sometimes just once a week sometimes, it is daily, it can drains your energy, so those are the reasons to give up your mobile app and unpublished it. Here's how to unpublished your Android app from Google Play store. 1. Go to Play store dashboard  https://play.google.com/apps/publish 2. Select your app 3. Select menu Store Presence, then Pricing and Distribution 4. On App Availability, Select UNPUBLISH 5. And then Confirm Now your App has been disabled and can not be found and installed by people. It is not permanent, you can just Publish that App again instantly. Having your own App means you have responsibility about the contents or services you put on your mobile App, it must be accurate and satisfied your App users, not making your users mad or be misleads by the information you provided.

NoxPlayer Best Android Emulator for PC

Image
If you want to run Android program on Windows PC, or other OS, you can use Android emulator. There are so many Android emulator out there, Nox or NoxPlayer is one of the greatest free Android emulator currently used by so many PC user. It is fast and has so many features like switching to portrait mode or landscape mode, shake the device, and any other useful tools i can't name it. You can install Nox android emulator by visiting the official website here  www.bignox.com  and go download page, download the installer, install and launch the program. (Nox android home) (Play store) (App installation) (Streaming Youtube video on android Nox emulator) That's short summary about Nox android emulator, it is really great in my opinion, you can try it on you own PC.

Popular posts from this blog

How to Install Microsoft Office on Your PC: A Step-by-Step Guide

Coding On Your Android Phone Using Termux

The Hidden Disk Hogs on Windows Developers Keep Ignoring (And How to Move Them to D:)