d tag

2228 questions


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
84 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
30 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
71 views
0
About customizing and resizing UITabBarController icons

I would like to display a custom icon on the tab in the UITabBarController.I think the way to customize the icon on this tab is to display the image cut out like a line drawing based on the Apple UITa...

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
75 views
0
Prefabricated Object (Button) Scripts

It's only been 5 days since I started Unity.I'm sorry for the rudimentary content, but could you tell me about the prefabricated content?Is it normal to create a click event on a button, inspect a scr...

2 years ago

1 answers
85 views
0
Session management using memcached

I'm trying to manage the session using memcached because I'm load balancing two servers.I have added the following code to all the pages, but the loading is very heavy...How should I change it?Please ...

2 years ago

2 answers
37 views
0
To move objects in response to keyboard operations in unity5

In unity5, when I press +10 and -10 when I press +10 when I press +10 on the keyboard arrow key 」→ 。, I want to write something that moves to -10, but I don't know how to do itfunctionUpdate(){ varx: ...

2 years ago

1 answers
32 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
99 views
0
What does HTTP status code mean by dividing it by 100 and comparing it to 2?

An OSS has verified the HTTP status code as follows:private void checkHttpCode(){ if(http.statusLine.Code/100!=2){ through new Exception (http.statusLine.code, http.statusLine.reason); }}Please let me...

2 years ago
« - 82 - »

© 2024 OneMinuteCode. All rights reserved.