Skip to content Skip to sidebar Skip to footer
Showing posts from September, 2024

How To Get The Url Of A File Of Google Drive To Download In Android

I can get the drive id of a file from the google drive. by following code. import com.example.googl… Read more How To Get The Url Of A File Of Google Drive To Download In Android

Connection Refused When Trying To Acces Local Webservice Using Android

I am creating a server built in Visual Basic 2010 and that program can insert/update/delete to a da… Read more Connection Refused When Trying To Acces Local Webservice Using Android

Firebase Database Bandwidth Calculation

I've published an android app 2 weeks ago called MyPetrol and within three days hit roughly 90k… Read more Firebase Database Bandwidth Calculation

Display A Specific Area On The Google Maps

Can you please tell if there is a way using the Google Maps API for Android to display only a speci… Read more Display A Specific Area On The Google Maps

How To Use Coroutines Globalscope On The Main Thread?

I'm trying to use the latest coroutines in 0.30.0, and having trouble figuring out how to use t… Read more How To Use Coroutines Globalscope On The Main Thread?

Intentservice Prevents Activity From Destroying

As far as i know, when i rotate the screen, the activity gets destroyed and recreated. In the follo… Read more Intentservice Prevents Activity From Destroying

Jsonexception: Value

Guys can you help me a little bit, Im getting this error: 'JSONException: Value Solution 1: Th… Read more Jsonexception: Value

Android Video Streaming Problem

I am new to android and trying to streaming video from my server. When i run the application it giv… Read more Android Video Streaming Problem

Android Studio Failed To Find: Com.getbase:floatingactionbutton:1.3.0

I am trying to run my gradle file with an already existing android project. The only error that I h… Read more Android Studio Failed To Find: Com.getbase:floatingactionbutton:1.3.0

Make A Transition Between Activitys

I need to make a transition screen, ou just put a dialog, because the app give a black screen when … Read more Make A Transition Between Activitys

Finish Android Activity From Another With Kotlin

I'm trying to finish an activity from another (android) with kotlin. I know the wat to do it wi… Read more Finish Android Activity From Another With Kotlin

Retaining Data On Screen Orientation Change

I have an activity that has a huge form with lots of EditTexts. If the user rotates the screen from… Read more Retaining Data On Screen Orientation Change

Show Menu Item Always In Support Action Bar

I am working on android application . I have implemented supported action bar in it .I want to show… Read more Show Menu Item Always In Support Action Bar

Store An Image In Internal Storage In Android

I am working now on application that start the camera and take a photo, I didn't use camera act… Read more Store An Image In Internal Storage In Android

Why Does My Xamarin Android Application Suddenly Require External Storage Permissions?

I have a Xamarin Android application I've been trying to create an update for. Right when every… Read more Why Does My Xamarin Android Application Suddenly Require External Storage Permissions?

Foregroundservice On Android Oreo Gets Killed

I'm trying to build up a service which requests the device location every minute. I need this t… Read more Foregroundservice On Android Oreo Gets Killed

Change Configuration Of Mobile Hotspot

I'm trying to run a hotspot with a new name and open accessibility. wifiConfig.allowedAuthA… Read more Change Configuration Of Mobile Hotspot

React Native Headlessjs Task Call With Android Workmanager

I'm creating a React Native background sync task with Android WorkManager. The doWork method in… Read more React Native Headlessjs Task Call With Android Workmanager

Native Self-modifying Code On Android

I am trying to make some self-modifing native code on Android and run it in the emulator. My sample… Read more Native Self-modifying Code On Android

Unable To View Images Properly In A Gridview

MainActivity: public class AndroidCustomGalleryActivity extends Activity { private int count; … Read more Unable To View Images Properly In A Gridview

What Is Best Way To Pass Json Data One Fragment To Another Fragment

I have two fragments in site my first fragment call AsyncTask and get some json values.and then i … Read more What Is Best Way To Pass Json Data One Fragment To Another Fragment