Skip to content Skip to sidebar Skip to footer
Showing posts from October, 2023

Select Text In To Edittext

I am working on an Android application. In my app I am facing a strange problem.Please have a look … Read more Select Text In To Edittext

Running A Script During Build Of Android App

I wanted to now if it's possible to run a .jar program or another script when building an andro… Read more Running A Script During Build Of Android App

Problem With Animated Gif On Android

I need some advice about animation. I have an animated GIF, but how to put in Android app to be ani… Read more Problem With Animated Gif On Android

Onclicklistener In Canvas

Im developing an application which having Images as a Index on selection of particular image that a… Read more Onclicklistener In Canvas

Set Activated Item In Listview Programmatically

I have a simple ListView with some items that have setChoiceMode set to ListView.CHOICE_MODE_SINGLE… Read more Set Activated Item In Listview Programmatically

Mapview And Cameraupdate In Api V2

Why the CameraUpdateFactory class is not working in my project? The app crashes if it executes the … Read more Mapview And Cameraupdate In Api V2

Google Play Error: Ssl Error Handler Vulnerabilities And App Update Rejected

How to solve below mentioned error from google play store after apk rejected Your APK has been re… Read more Google Play Error: Ssl Error Handler Vulnerabilities And App Update Rejected

Android Pdfviewer / Fragment

417/5000 Hello I have a pdfview that works perfectly, for against it I can not add it to a fragment… Read more Android Pdfviewer / Fragment

Change Font Typeface Of Summary Of `listpreference`

I tried with THIS LINK to change the typeface of all preferences of PreferenceScreen. It was change… Read more Change Font Typeface Of Summary Of `listpreference`

Android - Refresh Parent Activity When Child Activity Finishes

I have a parent Activity which starts a child activity. In the child activity, I do: toolbar = (Too… Read more Android - Refresh Parent Activity When Child Activity Finishes

Smooth Animation Between Tabs When Using Selector - Android

I would like to get the background of the tab animated smoothly to the selected position (just like… Read more Smooth Animation Between Tabs When Using Selector - Android

Startlistening In Firebase Ui

My app crashes when I sign in. The issue stems from the load function. when it initiates the adapte… Read more Startlistening In Firebase Ui

How To Implement Animated Vector Drawables Using The Design Support Library 23.2?

I've seen the android developers blog that the new design support library 23.2 supports animat… Read more How To Implement Animated Vector Drawables Using The Design Support Library 23.2?

Choose Picture Intent Causes Nullpointer Exception

public void uploadpicture(View view) { Intent intent = new Intent(); … Read more Choose Picture Intent Causes Nullpointer Exception

What Does This Logcat Error Message Mean?

Hello stackoverflow Community, I'm new to android and i wonder what this error message means: 1… Read more What Does This Logcat Error Message Mean?

How To Check Open File Without Lsof

In linux, I use lsof to check the file is opened by which process. I have an android device, but no… Read more How To Check Open File Without Lsof

Android Locationlistener Not Stopping Gps Use

In my service, in some scenarios I can't stop the GPS from searching and draining the device ba… Read more Android Locationlistener Not Stopping Gps Use

How To Get Video Thumbnail (frame) From Live Video Url

I have video uploaded on server. which is trailer of movie. I can play this video direct to my vide… Read more How To Get Video Thumbnail (frame) From Live Video Url

Android Studio: Clang Error: Unknown Argument: '-mandroid'

I am trying to build a project with NDK and cannot get rid of this error. I searched all over the g… Read more Android Studio: Clang Error: Unknown Argument: '-mandroid'

Sending Socket Request From Client (ios & Android) To Sails.js Server

I'm trying to use socket.io with iOS and Android App, but there is some problem here. I'm a… Read more Sending Socket Request From Client (ios & Android) To Sails.js Server

Cancel Done Buttons In Calendar App - Is It Part Of Action Bar?

Hi, I'm refering the Cancel/Done button in Calendar app. These 2 buttons are pinned on the top,… Read more Cancel Done Buttons In Calendar App - Is It Part Of Action Bar?

Masking Input In Edittext In Android

How to use inputfilter for CNIC i.e #####-#######-# ? Please help me.. I am new to Android and I do… Read more Masking Input In Edittext In Android

Expandablelistview How To Auto Groupexpand - Android

Can anyone please help me how to automatically expand the group in my Expandable Listview, I only h… Read more Expandablelistview How To Auto Groupexpand - Android

Send And Read The Sms Content Sent Via Native Sms App In Cordova

I'm building an Ionic/Cordova app. From my application, user can click on a phone number in ord… Read more Send And Read The Sms Content Sent Via Native Sms App In Cordova

Custom Notification Layout Don't Work On Android 2.3 Or Lower

I use the NotificationCompat.Builder to display my notification through android versions and use a … Read more Custom Notification Layout Don't Work On Android 2.3 Or Lower

Cut Off Image In Ratingbar

I made own ratingbar. There are 4 sizes of flowers images (xdpi, hdpi, etc) from 24pxx24px to 64x64… Read more Cut Off Image In Ratingbar

Start Activity For Result When Started Activity Is Not The "returner"

Let's say I have four activities: StartActivity, ConfigureActivity, GameActivity, and ResultAct… Read more Start Activity For Result When Started Activity Is Not The "returner"

Unable To Get User Profile From Google Using Google Apis In Android

I am trying to integrate google in my android app. I am using oauth for retriving request token, ac… Read more Unable To Get User Profile From Google Using Google Apis In Android

Android App Calls Main/launcher Again, Instead Of Onresume()

when my android app - Activity B - is moved to the background (by the user pressing the android ho… Read more Android App Calls Main/launcher Again, Instead Of Onresume()

Android Can You Get An Activity Result From A Chained Startactivityforresult

I have the following activity screens Activity A - contains a button that links to Activity B Activ… Read more Android Can You Get An Activity Result From A Chained Startactivityforresult

Getting Message In Android App: Binary Xml File Line #2: You Must Supply A Layout_width Attribute

I'm trying to use a ListView inside of a RelativeLayout but when I run my app I get a runtimeex… Read more Getting Message In Android App: Binary Xml File Line #2: You Must Supply A Layout_width Attribute

How To Load Tiles From A Large Bitmap In Android?

If I have a large bitmap file that would normally generate an 'Out of memory' exception, ho… Read more How To Load Tiles From A Large Bitmap In Android?

Addonfailurelistener Not Working In Offline Mode And Network Issues

addOnFailureListner does not work for add() data, but addOnFailureListner works for get(). This is … Read more Addonfailurelistener Not Working In Offline Mode And Network Issues

How Can I Start Layoutanimation When(before) Leaving An Activity

I have a LinearLayout View in my activity. When I press back button I want LinearLayout's child… Read more How Can I Start Layoutanimation When(before) Leaving An Activity

Android - How To Execute Main Functionality Of Project Only By Clicking On The Icon Of Application?

I am making an app and required to execute its main functionality only by clicking on its icon. In … Read more Android - How To Execute Main Functionality Of Project Only By Clicking On The Icon Of Application?

Proguard Issue - Classes.jar Error

I have seen all of SO also followed few steps given but I couldn't fix the issue. Strangely I a… Read more Proguard Issue - Classes.jar Error

Check Gprs Connection

I want to check whether the gprs connection is active or not in android through code to show how c… Read more Check Gprs Connection

Spinner Initialization In A Custom View

I try to make a custom view but I've got a problem with the spinner. When I launch the applicat… Read more Spinner Initialization In A Custom View

How To Show Chooser Intent With My Own Android App On Click Of Whatsapp Location?

If there's a WhatsApp chat which has location shared, when clicked it shows a chooser intent wi… Read more How To Show Chooser Intent With My Own Android App On Click Of Whatsapp Location?

How To Make The First Item Of A Listview To Be Selected As Default At Startup?

There is a ListView in my App and the ListView has a selector. I want to make the first item of thi… Read more How To Make The First Item Of A Listview To Be Selected As Default At Startup?

All Exec Related Php Functions Segfault

I build PHP for android using the NDK. Most functions tested so far run perfectly, except... All ex… Read more All Exec Related Php Functions Segfault

How To Download An Image By Using Volley?

I am Trying to download an Image into an ImageView by using the Volley Library. I inject the respon… Read more How To Download An Image By Using Volley?

App Crashing While Trying To Take New Photo

I am developing a customized camera app. when app starts camera opens there are three buttons at bo… Read more App Crashing While Trying To Take New Photo

How To Open Pdf From Url Online In Android Without Download Option?

In my app I want the user to read the pdf files inside my app without any option to download them. … Read more How To Open Pdf From Url Online In Android Without Download Option?

Is There A Way To Get The "watch Later" Playlist Using Youtube Api V3?

I was wondering if this is available in v3 (I know it's possible with v2)? I've tried usi… Read more Is There A Way To Get The "watch Later" Playlist Using Youtube Api V3?

Android Colors In Sharedpreferences

In my application is settings_activity where people can change some colors (icons, text etc). I wan… Read more Android Colors In Sharedpreferences

How To Make A Gradient Background For A Linearlayout?

I was wondering, what would be the best way to make a gradient background for a LinearLayout in jav… Read more How To Make A Gradient Background For A Linearlayout?

Ionic Initial Loading Time

I am building a simple app with Ionic. But my app has a performance issue with initial loading time… Read more Ionic Initial Loading Time

Android: Save Data To Internal Memory Using Download

I am downloading file from a server in Android using the DownloadManager class. I want to store thi… Read more Android: Save Data To Internal Memory Using Download

Getting The .so Files List Using Packagemanager

Is there way to get libs/nativearch/ listed from the package-manager. Considering that apps like … Read more Getting The .so Files List Using Packagemanager

Android: How To Refresh A Tablelayout After Removing A Row?

I have a tablelayout that retrieves data from a *.txt file. For every line of data in the txt file,… Read more Android: How To Refresh A Tablelayout After Removing A Row?

Android Application Creating Two Launcher Icons Instead Of One

I have a weird problem, where when installing the application I see two icons, one launches the app… Read more Android Application Creating Two Launcher Icons Instead Of One

Measure Distance Walked With Geopoint And Displaying Distance To User

In my app I am trying to make it possible to calculate the distance a person walks. To do this I ha… Read more Measure Distance Walked With Geopoint And Displaying Distance To User

My App Leaks Bitmaps Of Random Shapes That I Don't Have In My Drawable Folder

I have a strange memory leak problem where my app keeps leaking Bitmap objects and other objects re… Read more My App Leaks Bitmaps Of Random Shapes That I Don't Have In My Drawable Folder

Android Background Download Data

I want to make a background running service (independent of an app) which would download weather da… Read more Android Background Download Data

"flutter Pub Get" Can't Get Dependency Plugins

I've been trying to get dependencies for my Flutter project on Windows but it's taking a lo… Read more "flutter Pub Get" Can't Get Dependency Plugins

How To Run Javafx In Android Studio And Make Imageview

I have an interface with javafx.scene.image.Image class. I must implement this and create ImageView… Read more How To Run Javafx In Android Studio And Make Imageview

How To Set Java Path On Windows?

When we set the environment path, can't it work correctly for Java, Eclipse and Android Studio?… Read more How To Set Java Path On Windows?

How To Update Listview After Onresume From Other Activity?

Im trying to create an application that enable user to create event, then invite participant. So wh… Read more How To Update Listview After Onresume From Other Activity?

Mediaplayer Stop Sound After 30 Click?

hi I would like to ask why is that after clicking a button w/ sound 30 times on the 31 onwards the … Read more Mediaplayer Stop Sound After 30 Click?

Unfortunately The Application Stopped Working

I'm a beginner in android development.I have been looking for a week now. Followed all the tuto… Read more Unfortunately The Application Stopped Working

Android Show Last Activity After Restarting An App

I have an Activity M which is the main Activity. I can access an Activity B from Activity M and ano… Read more Android Show Last Activity After Restarting An App

Android Floating Window With Hidden Statusbar Accessibility Problems

I am working on android 4.4.2 building an application with a system overlay/floating window created… Read more Android Floating Window With Hidden Statusbar Accessibility Problems

Android - Registering A Broadcast Receiver For Two Intents?

I was wondering is it possible to register a broadcast receiver to receive two intents? My code is … Read more Android - Registering A Broadcast Receiver For Two Intents?

Different Theme For Different Android Sdk Versions

Is there a way to use a different theme depending on which SDK version the application is installed… Read more Different Theme For Different Android Sdk Versions

Android Programming: Http Get Request Not Working

I require a GET reequest from my own server to be extracted from the web and then displayed on scre… Read more Android Programming: Http Get Request Not Working

Android Progress Dialog Not Showing

This is the handler, in the main Thread, which shows and dismisses a progress dialog. public static… Read more Android Progress Dialog Not Showing

Combine 2 Android Apps

Experts, I am having the source code of 2 android apps which have been separately developed. I need… Read more Combine 2 Android Apps

Ibm Mobilefirst V8 Trying To Obtain Token On Android Cordova App After Successful Login Challenge Handler

App: cordova application platform :android mfp server :8.0.0.00-20170124-152449 mfp-plugin :8… Read more Ibm Mobilefirst V8 Trying To Obtain Token On Android Cordova App After Successful Login Challenge Handler

Android - Can't Hide Progress Bar

So I've checked the other questions to hide a progress bar but all seem to suggest doing what I… Read more Android - Can't Hide Progress Bar

Setcontentview Is Using Non-sdk Interface

When I run my application in an emulator with the API 28, the console gives me the following warnin… Read more Setcontentview Is Using Non-sdk Interface

Viewpager Page Scaling Issue With Page Transformer

Hi I'm developing an app where I'm using viewpager to make custom animation with viewpager … Read more Viewpager Page Scaling Issue With Page Transformer

Progress Dialog Not Showing In Button Click Event In Listview

I have a button in each list item of list view. In that button click event i have some codes to run… Read more Progress Dialog Not Showing In Button Click Event In Listview