id tag

1618 questions


1 answers
73 views
0
Build Fails in Android Studio

We are developing a hybrid app with ionic.When I build an ionic environment and build with Android studio, I get the following error:Task 'assembly' not found in root project 'app'. at the terminalion...


1 answers
114 views
0
Unable to parse by gson with signed APK

environment:kotlin 1.2.51/gson 2.4/okhttp 3.10 retrofit 2.4Retrofit and okhttp retrieve json data from WebAPI and store it in data class in converter.In debug/release mode, it is successfully stored o...

2 years ago

1 answers
83 views
0
How do I increase my IDE memory on Android Studio?

Recently I've been developing several projects and I've noticed that loading and starting IDE Android Studio takes too long.After that, I wonder how to increase the memory of IDE's Android studio?To s...

2 years ago

1 answers
29 views
0
Basic Android Application Movement

I'm looking into the Android app movement, but I'm not sure, so I have a question.Processes, components, threads, tasks, etc.https://developer.android.com/guide/topics/fundamentals?hl=jaI understood t...

2 years ago

1 answers
135 views
0
What is the alternative implementation of LocationClient in Google Play Service SDK 6.5?

After updating the Google Play Service SDK to 6.5, LocationClient is no longer available.What should I do with the alternative implementation?


1 answers
31 views
0
Understanding How to Hold a Fixed Key

I want to allow a server to communicate only from the app I created.Currently, it maintains a fixed string in the source in the app.The string of the result of the calculation in the application is Wh...

2 years ago

1 answers
29 views
0
Why is it light when the API is old?

I am a beginner in Android application development.I've been working on Android Studio 2.0, and I've been testing the actual machine on Android.4.1.2 (API16).There was no particular problem and it wor...

2 years ago

1 answers
28 views
0
Implementation of UserStream using Twitter 4J

Create a Twitter clientUsing this site as a reference, I was studying Twitter client creation using Twitter 4J.I would like to get a timeline on UserStream because I am easily caught in API restrictio...

2 years ago

1 answers
59 views
0
The import statement is not recognized by Android Studio.

We are currently developing an Android app.Even though it is imported on the library class, the import statement is not reflected and it is in the red as follows:As a result, the gradle syncs, but whe...


1 answers
99 views
0
I can't send emails from my Android device in Monaca.

with the following code:function sendMail(){ window.plugins.webintent.startActivity( { action: window.plugins.webintent.ACTION_VIEW, url: 'mailto:mail address' }, function() {}, function() {al...

2 years ago
« - 46 - »

© 2024 OneMinuteCode. All rights reserved.