id tag

1618 questions


1 answers
61 views
0
There is an Android FATAL EXCEPTION error, so please check it.

package com.example.unbo.wifilist;import android.Manifest;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;import android.content.IntentFilter;impo...

2 years ago

1 answers
20 views
0
Edit text focus after scrolling view

There is EditText in the scroll view, and when you press the button, EditText is visible in the Gone.I want to focus on EditText after moving to the end of the scroll view when pressing the button.sv....

2 years ago

1 answers
51 views
0
How do I use a database that exists in Android applications?

I've already created a database with SQLite. I want to use this database file in my Android project. How can I access an existing database instead of creating a new one?

2 years ago

1 answers
97 views
0
Customizing the Programs Bar

You want to use ProgressBar for the app you are currently building. I want to use customized ProgressBar instead of ProgressBar provided by Android, how do I do it?Do I need to work on graphics or ani...

2 years ago

1 answers
106 views
0
How do I print text with HTML grammar in a text view?

<h2>Title</h2><br><p>description here</p>I want to apply this code to the text view and print it out, what should I do?


1 answers
22 views
0
[Android] Activate navigation view after switching activities

When you click the navigation drawer menu item, use the int Moving on to another activity.If you click on a normal menu item, the drawer closes and the activity goes overWhen I click and move on to an...

2 years ago

1 answers
18 views
0
Accessing resources from the Android General Class?

Util, a function that is often used in development.Create a java class.I'm using it as a static function. This Util.I need to refer to the contents of strings.xml in the java class. I don't know how t...

2 years ago

2 answers
27 views
0
I have a question about how to change the color of the tab view.

Hello, I'm a beginner who is developing an app with Android Studio.Similar to the picture, we implemented a tab bar with letters under the icon & Like the picture above, I want to change the color...

2 years ago

1 answers
74 views
0
android.os.NetworkOnMainThreadException

URL url = new URL(urlToRssFeed);SAXParserFactory factory = SAXParserFactory.newInstance();SAXParser parser = factory.newSAXParser();XMLReader xmlreader = parser.getXMLReader();RssHandler theRSSHandler...


2 answers
88 views
0
I want to make a program where I can play the bass guitar

No matter how much I googled, I can't get the hang of it, so I'm askingI'm going to program to Android Studio I can't find open sourceNot in a button-by-button format.When your hand touches the screen...

2 years ago
« - 136 - »

© 2024 OneMinuteCode. All rights reserved.