id tag

1618 questions


1 answers
21 views
0
Is it necessary to translate technical documents from the perspective of an Android developer to become an advanced developer?

If it's a must, which site will update the information?Please answer any questions you may have about Android beginners~

2 years ago

1 answers
86 views
0
This is a question about how to implement Springboot Android login.

I am studying Spring Boot and Android. I've played front-end on Android twice, but it's my first time playing back-end. Currently, only the bulletin board creation/modification/deletion function has b...

2 years ago

1 answers
95 views
0
If I run it with an Android studio emulator, Hello World! doesn't come out, what should I do?

The code is as follows:package com.example.[Username].hello;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;public class MainActivity extends AppCompatActivity {@Overrideprote...

2 years ago

1 answers
108 views
0
How to retrieve data from the Android Play Store

Like apps and sites that rank apps, I looked at apps and websites that use data from the Android Play Store. How do I get data from the Play Store? Where do you parse?

2 years ago

1 answers
103 views
0
I have a question about Shread Preferences.

// Get valuepublic Boolean checkPreferences(String key){ return pref.contains(key);}// Load Valuepublic String getPreferences(String key){ return pref.getString(key, );}// Save Valuepublic void savePr...


1 answers
21 views
0
Is there a new function related to Notiva in Android 10?

Someone sent me a messageYour app does not allow access from pull down notifications bar on android 10I got this email Do not allow access from pull-down notiva?I think that's what you mean. Is there ...

2 years ago

1 answers
113 views
0
Vertical/horizontal ScrollView on Android

Looking for a solution for vertical/horizontal ScrollView.As far as I know, there is no view or layout that I am looking for in the framework. However, we really need the following ScrollViews:I want ...

2 years ago

1 answers
33 views
0
From Android to Linear Layout, weight

While reading the Android document, I found an interesting property called weight. So I'm going to apply thatI created the layout. <LinearLayout android:layout_width=fill_parent android:layout_he...

2 years ago

1 answers
86 views
0
I have a question about image filtering using adnroid openCv.

Refer to http://webnautes.tistory.com/1054 to learn how to use C language on Android. In this example, when you take a picture, you put a filter on the cameraWhat I want to do is to filter the images ...

2 years ago

2 answers
90 views
0
How do I get each list in the list view clicked to a different place within the Fragment? (Beginner: There's coding)

public class SocialFragment extends Fragment { private static final String TAG = SocialFragment.class.getSimpleName(); View rootView; ExpandableListView lv; private String[] groups; private String[][]...

2 years ago
« - 97 - »

© 2024 OneMinuteCode. All rights reserved.