application tag

31 questions


1 answers
116 views
0
Is the Android proximity sensor delay controlled?

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...


1 answers
78 views
0
Can I crawl on the web and upload it on the Android app?

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?


1 answers
148 views
0
How to deliver the results of the Google Web Translation site to the app

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 ...


1 answers
81 views
0
I'd like to make an app.

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...

2 years ago

1 answers
111 views
0
Can I save the web page created through webview in the application?

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 ...


1 answers
117 views
0
How many developers do I need to make an application like Airbnb?

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?

2 years ago

1 answers
102 views
0
Performance Issues in Hybrid App Development

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...


1 answers
78 views
0
Receiving and saving data from the Django app

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 ...

2 years ago

1 answers
96 views
0
Can the sensor be continuously measured even if the Android activity is pause?

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?

2 years ago

1 answers
99 views
0
What should I do to make an application?

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 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.