id tag

1618 questions


1 answers
82 views
0
Use tabs and navigation views on Android

I'm a beginner in developing Android apps.I was able to implement the tab, but when I try to install the navigation view next time, the layout is broken and I can't use it well.Isn't there two element...

2 years ago

1 answers
88 views
0
I want to get Bookmark through the Android app.

I am studying the Android application by referring to the following documents.http://tutorial.jp/prog/android/andman.pdfI wrote the code referring to p.112 Examples of Applications Obtaining 6.6.5 Boo...

2 years ago

1 answers
102 views
0
Is there a good way to improve the animation movement of each device (iOS, Android) with a hybrid application?

I'm a beginner in programming.I am currently developing an app using Monaca.I'm working on an animation that turns the card upside down.I checked with the debugger and found that on iOS and Android de...


1 answers
62 views
0
How to communicate with the service on Android

If the service started with startService assumes that it runs in the same process as Activity, Data interaction between services and Activity is done without complicated methods such as binding.Can I ...

2 years ago

1 answers
96 views
0
I want to release AlertDialog, but I get a build error.

Problems you are havingI want to issue an AlertDialog, but I get a build error.I looked it up, but I don't know, so please let me know.valdialogBuilder=AlertDialog.Builder(this)Here's an error message...

2 years ago

1 answers
135 views
0
There's a class group that's having trouble classifying packages.

Based on MVC, we are currently classifying as described below. I'm worried about what to do with the class in the last Other Fragment related.I have designed mainly 1 screen 1 Fragment 1 custom ViewGr...

2 years ago

1 answers
65 views
0
The emulator now freezes.

I usually use the SDK emulator that comes with Android Studio.The main Nexus 5 emulator now freezes.Specifications are as follows: Model: Nexus 5OS:Android 5.1.1 x86Emulated Preformance:Use Host GPURA...

2 years ago

1 answers
111 views
0
Obtaining Tilt with Olympus Camera Kit

Attempting to get tilt (roll, pitch) via Olympus Camera Kit.If you look at the Android version of OAModeDial, the level display follows subtle changes in angle.In an application using CAMERA KIT, onUp...


1 answers
112 views
0
How to join the room with Socket.IO (Android)

I use the Android version of native Socket.IO to create a program using Socket.IO.Note: http://socket.io/blog/native-socket-io-and-android/Environment:Android Target Version: android-19Eclipse Luna Se...

2 years ago

1 answers
75 views
0
"Unresolved reference kotlinx" error

An error occurred when I upgraded Android studio to 1.3.2.import kotlinx.android.synthetic.activity_userpage.pagerimport kotlinx.android.synthetic.activity_userpage.tabsWhen you hover your cursor over...

« - 9 - »

© 2024 OneMinuteCode. All rights reserved.