id tag

1618 questions


1 answers
105 views
0
How do I resolve the Rcannot be resolved Android error message?

I recently downloaded and installed the Android SDK. Make a simple applicationI tested it. The code below was automatically generated.package eu.mauriziopz.gps;import android.app.Activity;import andro...


1 answers
150 views
0
How do I run the GPS function on the Android emulator?

Hardness and latitude in an Android emulator are required for a simple experiment.Is there a good way to get hardness and latitude?How do I position the emulator to test the location information?


2 answers
108 views
0
This is a question about the toolbar while studying Android.

I want to make menus with the navigation drawer that I set when I first created the project, and if I press the second menu, I want to display the web view right away. Although the web view was displa...

2 years ago

1 answers
112 views
0
Push notifications on Android platforms

I'm making an app that receives push notifications from the server. I found some ways to do that.SMS - Block incoming sms and pull them to the server.Poll - Periodically checks the server.There are tw...

2 years ago

1 answers
26 views
0
Running Android Services

Hello. I made a CCTV app that can be used remotely by mobile phone <-> using webRTC.I always want to run this CCTV app in the background.First of all, the main activity is...In the service class...

2 years ago

1 answers
116 views
0
Cover edittext field with Android soft keyboard

Is there a way to move the screen so that the Text field is visible?


1 answers
134 views
0
How to use Facebook sdk in android studio.

I'm following the link . When I run the application, the warning window appears as below.Gradle: module 'facebook' won't be compiled. Unfortunately you can't have non-Gradle Java module and Android-Gr...


2 answers
44 views
0
Differences when creating apps with Android Studio and Eclipse (code part)

The book I'm currently studying is using Eclipse to create an appThey want me to make an app using Android Studio.I'm comparing the sources in Android and Eclipse projects, but I don't know what they ...

2 years ago

1 answers
106 views
0
I have a question for Android Studio Rendering.

I am using Android Studio to develop it, but suddenly, there is a rendering error as shown below.I want to proceed with the material theme, but the theme that usually appears after installing the stud...

2 years ago

1 answers
77 views
0
View PDFs in the Android app

I'm very frustrated that I can't see PDF files that are out of the box on Android (WebView or any other way).So what I'm curious about is if you have (OS) JARs or classes that will allow you to view P...

2 years ago
« - 74 - »

© 2024 OneMinuteCode. All rights reserved.