I want to output the speech to traditional chinese but it output to simplify chinese instead. My codes: Intent intent = new...
Before Android 11, I've adjusted my app to fullscreen easily My old phone had the camera hole and base buttons outside the screen area, my new...
If you were to make a to-do list / reminder app with notifications on a specific date/time - How would you make it? (A small step-by-step list...
Is it possible to update JSON API when new data is added to the JSON? I tried to use Handler but the problem is that when I run the application...
Hi, Trying to learn to create a keyboard. Wanted to see if there is a way to associate a full word to a keyboard key. In my example, I'm trying...
I'm trying to create a custom Android Keyboard, just trying to learn the process. [IMG] I've been relatively successful, as I'm just learning the...
I'm building a custom bluetooth connect/disconnect app and so far I am able to connect my device using the a2dp profile, however when I try to...
I have a question about using a real phone to run my Android Studio app. I have been working on an app as part of my senior design class and have...
Hi, I am trying to make a keyboard with hexagon shaped keys. I made hexagon shaped Drawable. Can I change the shape of the keyboard key to a...
Hi all! I'm developing an App. Since the App should load many data at start, I decided to add a splash screen. I followed the instruction on...
I am working on an open-source project based on Phonograph. I renamed the package/domain name and I am getting the error:...
I am making an android book app with java using web view and my pages in html. As I am new to this, I am trying to find how to slide from one html...
Hello everyone, I'm developing an Android app for my website. It relies heavily on Get requests and Put requests (of course, it includes...
Hi guys, new to app development and new to the forum. Am actually enjoying developing apps as opposed to programs because of the layout designer...
I am creating a basic app where i can add customers to a database and display them on another screen, i have set up everything using recyclerview...
im currently building a digital signage app, which is running on displays which are based on android 7.*. Everything is working perfectly, except...
The error message saying "AAPT: error: 'matchmaker' is incompatible with attribute layout_constraintTop_toTopOf (attr) reference|enum [parent=0]....
Android manifest code <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"...
Android manifest. <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"...
My code is <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.Second...
1, I am trying to put an image on my design but it doesn't show up. I put the code in and the code is... <ImageView...
Good afternoon, members of the forum. I have an application, with MainActivity, which starts a service when the application starts. The service...
I am trying to implement Chromecast functionality using casty sdk. Ref: https://github.com/DroidsOnRoids/Casty But always getting Fatal...
I created a service that is supposed to run in the background on a button press and stop on a button press. It's started from a fragment and not...
I'm losing my mind. Spent over 5 hours rearranging code thinking I was one step away from fixing the issue due to being able to have half the...