31 questions
I have a question because there is something that doesn't work well while studying Android. mSensorManager= (SensorManager)getSystemService(Context).SENSOR_SERVICE ); mSensor = mSensorManager.getDefau...
I saw an article on the website that you can crawl on Python and upload it on the app, so could you explain the process in detail?
Is there a way to get the results translated from Google's web translation site to the app?In the case of Google website, you don't use an app like ChromeIt will be executed in the app.I want to know ...
When an application sends a query, I want to process the collected data through an algorithm and feed it back to the app, but it's just a computerI'd like to know if you're processing data by accessin...
Can I save the web page created through webview in the application?Saving here refers to storing text on a web page that is currently being viewed as text.I know that you can save the current page as ...
Is it possible to develop with just one person?I'm thinking about hiring an engineerI don't know how many developers I need and how long it will takeI'm asking hereDoes anyone know?
Originally, I was going to develop a native Android app using Cotlin,For responsive maintenance and integration on other platforms such as Android and IOSWe are preparing to develop a hybrid app.Prior...
from django.shortcuts import renderfrom django.http import HttpResponse# # Create your views here.def index(request): num =request.GET.get(num) print (num:,num) return HttpResponse('hello world')This ...
I have a question while studying Android.Is there a way to continuously measure the sensor (acceleration) even if the app presses the home key to pause?Do I have to use the service?
I'd like to create an application that collects rental buildings from all over the worldThere are applications such as Jikbang and coffee shops in Korea, but I don't think they are in foreign countrie...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.