Skip to content

ThirteeNov

My personal blog about coding and internet

Menu
  • About me
  • About Zofia Kreasi
  • Cart
  • Checkout
  • Making an airplane game from scratch in Unity
  • My account
  • Privacy Policy
  • Privacy Policy – zkLeaderboard
  • Sample Page
  • Shop
  • Tutorials on Learning JavaScript
  • ZKAccounts – Privacy Policy
Menu

Category: Android

Using okhttp3 to send http request in Android

Posted on November 2, 2017August 4, 2020 by Habibie

Just googling around and find useful Java library, okhttp3, to send http request in from Android app.

Read more

Showing an image in Android using ImageView

Posted on October 11, 2017August 4, 2020 by Habibie

Android’s ImageView helps us a lot in working with images. In this example we can show an image from drawable folder after we click a button.

Read more

Android notification example and source code

Posted on October 11, 2017August 4, 2020 by Habibie

In this example we have a button and if we click it it will call createNotification function inside MainActivity.java to show a notification. Then, if we click the notification, it brings second activity up.

Read more

How to draw a rectangle on a canvas in Android

Posted on October 10, 2017August 4, 2020 by Habibie

Instead of showing default activity layout, we can create our custom class. Here in this example I’m going to share a script to draw a rectangle on a canvas in Android.

Read more

How to show Yes No dialog on Android

Posted on October 10, 2017August 4, 2020 by Habibie

To show a Yes No dialog in Android, first create a new project, drag and drop a button to your layout file. Then, use this source code for your Main Activity file:

Read more

How to load html file in Android WebView from SD Card

Posted on October 6, 2017August 4, 2020 by Habibie

This script demonstrates how to load an html file located in SD Card in “SomeFolder” directory (you can change the folder’s name) into Android WebView.

Read more

How to switch between pages (activities) in Android

Posted on October 6, 2017August 4, 2020 by Habibie

What if you have multiple activities in your Android app and how do you switch/navigate between those activities?

Read more

How to read and write a file in Android?

Posted on October 5, 2017August 4, 2020 by Habibie

This source code shows you how to write a text into a file and also how to read it.

Read more

How to take screenshot programmatically in Android

Posted on October 5, 2017August 4, 2020 by Habibie

Here I share Android source code to take a screenshot of whole screen and save it in device gallery. There is two buttons, one for taking screenshot and the second for opening last screenshot.

Read more

How to use AdMob Rewarded Video Ad on Android

Posted on September 15, 2017August 4, 2020 by Habibie

Here I share my experience to bring AdMob Rewarded Video Ad into my apps. This kind of app works well because users will watch the ads completely to get rewarded, for example to get virtual coins, gems, etc.

Read more

How to build/export .apk (Android App) from Unity

Posted on May 10, 2017August 4, 2020 by Habibie

In this tutorial I will show you how to build an Android app game from Unity. Many people face an error when exporting Android .apk file from Unity and me too. In this video I will show you how did I solve it.

Read more

Posts pagination

  • Previous
  • 1
  • 2
ciihuy2020

Welcome!

  • My YouTube Channel
  • My GitHub Page
  • About me

Categories

  • 3DVista
  • Android
  • Apache
  • C#
  • Cordova
  • Electron & Node JS
  • HTML5, CSS & JavaScript
  • iOS
  • Let's Make Unity Games
  • Misc
  • Photoshop
  • PHP
  • Python
  • Uncategorized
  • Unity
  • WordPress

Recent Posts

  • Hover Reveal script for Unity to show and hide object on mouse hover
  • How to Prevent UI Clicks in Unity from “Bleeding Through” to 3D Objects Behind Them
  • Make objects like wires and cables easily in Unity using Ciihuy Curved Mesh
  • [SOLVED] Can’t Add Custom Domain to Blogger After Losing CNAME Verification
  • iOS App Icon Generator by CiihuyCom
© 2026 ThirteeNov | Powered by Superbs Personal Blog theme