d tag

2228 questions


1 answers
106 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...


2 answers
123 views
0
c# 3d processing in console (service) applications

I want to create a service program (running on the server) that calls Wavefront format (*.obj) on the C# console, applies shader, uvmap, bumpmap, etc., and stores it as a 2d image.I tried using librar...

2 years ago

1 answers
152 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
111 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
114 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
29 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
117 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
137 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
45 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
110 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
« - 117 - »

© 2024 OneMinuteCode. All rights reserved.