1,245 Topics

Member Avatar for
Member Avatar for katesfb

Hi, I am new to this forum and also new to android programming using Android Studio and am stuck on a coding problem so i am not sure this is the right forum but any help is much appreciated: I am trying to get some some code via the processing-core …

0
48
Member Avatar for Becky_4
Member Avatar for Puterwiz82

Microphone no longer works in apps after June Samsung update has been installed to the Samsung Tab A tablet. Tried changing mic permissions but same result. Is there a setting or something I can do so the microphone will work in Google Meet after the latest Samsung update has been …

Member Avatar for rproffitt
0
164
Member Avatar for New Ethiopian m
Member Avatar for Muhammad_300

I want to know How can I reate a android and ios app for my website[[** infozone24.com**]?](https://infozone24.com/) Have you any Idea.My site Is a info site. I am tried to build a app from scratch . But i need some suggestion.

Member Avatar for rproffitt
0
28
Member Avatar for affulransford27
Member Avatar for david_206

Hi everyone. I wana ask to the experianced person that is it possible to make the exact replica of a website's android app ? I mean of I have a site related to novel or books can I make its exact android app? Which later can be published to Play …

Member Avatar for Dani
1
56
Member Avatar for Szabi Zsoldos

Hi guys, I'm having a weird problem regarding the simple ListView. On my emulator everything is allright and the data is loaded correctly from JSON API, the data also loads on my device. The problem is that on my emulator, the listview is populated but on my real device, not, …

Member Avatar for abu_5
0
5K
Member Avatar for Ranniel
Member Avatar for Christian_30

If you own a grocery business and have plans to take it to the next level, building an Instacart clone app will be the ideal choice. Facilitate your users to purchase groceries online and get it delivered to their doorsteps. To get started, formulate an innovative business plan and approach …

Member Avatar for Naheedmir
0
67
Member Avatar for aadesh113

Would it be bad to use a aio cooler (even if it is a reliable one like corsair) for 10 years or more? I would not have the pc running constantly, only when I am using it for gaming. Also, does it increase the chances of the water coming out …

Member Avatar for Naheedmir
0
55
Member Avatar for Tarzan_1

Hello, I am creating an app that will list the recent govt job openings. For this, I am looking for some solution that can give me updates for jobs. I know there is no such API available that could do this job. I am thinking to scrape some websites that …

Member Avatar for Christine_14
0
68
Member Avatar for ayushsingh
Member Avatar for Adrian_3

I have read the microsoft documentation about creating a databinding source and target in order to change and update a Bindable property. Please can someone show me, with an example, of a **C# Data Binding of a dynamic CanvasView.X** property being changed by a slider. The CanvasView is created dynamically …

0
61
Member Avatar for SimonIoa

Hello i want to publish my Ionic Cordova in Android. I keep getting an error ANDROID_SDK_ROOT=/Users/[myName]/Library/Android/sdk (recommended setting) ANDROID_HOME=/Users/[myName]/Library/Android/sdk (DEPRECATED) Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android …

Member Avatar for rproffitt
0
34
Member Avatar for samauden

Hello Friends, I have .com website and would like to get traffic or more sessions for the website from USA. The company is located outside of USA, in India,Asia.Their main business is iphone application development, android app development and ipad application development.Overall their focus of business is mobile application development.They …

Member Avatar for Sandyrock
0
631
Member Avatar for Christian_30

Practically it is not possible to zero on Swiggy clone script as the best one in the market as it is subjective. However, by following certain strategies, you will be able to develop the best Swiggy clone script. I would suggest hiring a reputed professional app development company initially. The …

Member Avatar for rproffitt
0
28
Member Avatar for beltonengratis

Hi everyone! Is there a way to delete ring tones from an iPhone? I linked my phone with my Windows 10 computer and iTunes, but under the tones section there is no list of tones to find and I have a couple of tones I do not want anymore. All …

Member Avatar for rproffitt
-1
30
Member Avatar for engrjd91

I am developing an android app for the first time and I wanted to make the sessions for login and logout. I saw that most of the people suggested using SharedPreferences. But how can I check if the user logged out? If the user does not and clicks on my …

Member Avatar for veery channA
0
18K
Member Avatar for MohamenNatheem

I've seen so many entrepreneurs trying to build an app like Uber with Uber like solutions. There are so many Uber clone solutions out there such as Wooberly to help them out. But how to build it from scratch?

Member Avatar for rproffitt
0
73
Member Avatar for Reverend Jim

I just bought a Figo Nitro 4X cell phone (Android 8.1) phone for my son. When I connect my cell phone (Figo Android 6) to my Windows 10 laptop it displays in file manager with an icon that I can open to see all the folders on my phone. From …

Member Avatar for Reverend Jim
0
391
Member Avatar for lewashby

I’m looking for a music app to play my music library for Android, here’s what I do and don’t need. I don’t use monthly pay services or use DRM is encumbered music Files. I have a library on my computer consisting of mp3, flacc, and wav files. I want to …

Member Avatar for rproffitt
0
63
Member Avatar for yousufkamara
Member Avatar for Sammy_1

I am taking a class on RN with Kotlin and got stuck on this assignment. When I try to pass an array of integers from JS to Kotlin, I get the error java.lang.RuntimeException: Got unknown argument class: int[]. Calculator.kt @ReactMethod fun getSum(values: IntArray, callback: Callback){ var total = 0; // …

0
25
Member Avatar for Saboor880

I am making an adroid application. I am saving sales data on firebase with current date. I have formatted the System.currentTimeMillis() into SimpleDateFormat. The date is successfully stored on firebase . Now I want to retrieve sales between two dates. I made two demo sales, one on (30-5-2019) and second …

Member Avatar for Lye
1
5K
Member Avatar for Shana_2

I'm new to Android Studio and Java and I'm trying to display a dynamic battery percentage on multiple activities, but it is only showing on the main screen. I am also trying to do the same thing with displaying time. I am trying to get it work with my second …

Member Avatar for rproffitt
0
181
Member Avatar for Saboor880

Hi! I am now using androidx libraries in my andriod application. But the problem which I am facing is that the Image view of androidx library does not show/display any image on android 5(i-e lollipop) real device. But if I run the app on emulator , then my imagview shows …

0
127
Member Avatar for Taufik R

Many aspiring entrepreneurs want to start their business online but quite a few of this lot actually succeeds in turning their awesome application idea into reality. The question arises, what to do with a crazy app idea? Generally, businesses having their own mobile apps, ensure a strong connection with their …

-1
558
Member Avatar for Muslim_1

Hi all, I am doing web services for an Android application which sends push notification. Below is the scenario: 1. I have 100s of customers registered on the website 2. Each user has his own subscribers list 3. Each user can schedule the push notification to be sent at a …

Member Avatar for hello_5
0
308
Member Avatar for photo123

I need to make a custom adapter extending the baseadapter class. Does the code for extending the Baseadapter go inside of the oncreate method? Because no matter where I put it I'm getting errors and don't have any other code in my MainActivity yet.

0
104

The End.