Questions tagged [mobile-development]

This tag should be used for questions about software development aimed specifically at the mobile environment but not directed at a specific mobile environment such as iOS or Android.

807 questions
-1
votes
1 answer

ElectronJS for Linux touch mobile operating systems?

ElectronJS is cross-platform framework to create desktop apps for Mac, Windows and Linux. But if I make an app using responsive web design for mobile views, will the distribution for Linux work for Ubuntu Touch, Sailfish OS, Mobian, and many other…
-1
votes
1 answer

Can't create rounded border with component "ImageBackground"

I need to create component like Here is part of my code Test …
-1
votes
1 answer

How do i add a header to 3.section?

I have header to 1.section but I want to add 3.section. How can i do it? main screen is have 3 section. I want to add header as views this my header to first header func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) ->…
user14273964
-1
votes
1 answer

How to hide the top Navigation bar which is running based on Web Application

I want to hide the top navigation bar as I showed in the below image.
-1
votes
1 answer

How do get a view from a view that has another view controller with a view

I am able to manipulate the content of ViewControllerA that has ViewA. I do not want to edit the content of ViewControllerB for a couple of reasons. Under my view hierarchy, ViewA contains ViewControllerB which has ViewB. How do I get viewB. If I…
-1
votes
1 answer

RangeError in List flutter

I am using the count variable as a record of the index of my List with type TagColumn. In my code, there is a plus button. Every time you press it, it is supposed to check, if you answered the previous text field. If you did, a new TagColumn will be…
Ashu Mundra
  • 45
  • 1
  • 5
-1
votes
1 answer

How can I add a footer-sized image to the bottom of any mobile application?

Is there a way to add a footer-sized image to the bottom of any mobile application?
user12572960
-1
votes
1 answer

How to proper setup for xamarin development as c# developper?

I'm facing a serious issue and don't know how to fix it, i'm a c# developper but i'm new to mobile development using xamarin in visual studio, i've dowloaded the xamarin with all the installation package, then i went throught all the step to…
-1
votes
1 answer

Building a Windows App with iPhone/Android remote control

I want to build a windows app and I would like to be able to send and receive communication to and from the windows desktop app and mobile devices. For instance I would like to be able to scan the wifi network, see my app (from the mobile device and…
Charlie
  • 391
  • 1
  • 6
  • 19
-1
votes
3 answers

ionic run with CORS problem on mobile device

whenever I run "ionic cordova run android" and deploy the apk in the real device, I got error message: Access to XMLHttpRequest at 'http://XXXX/mobile/data/1/XXXX' from origin 'http://localhost:8080' has been blocked by CORS policy: Response to…
-1
votes
1 answer

How to code android app in small line of code?

I am developing android app using android studio and java. But I found that I have to write code too lengthy. Can any other way to code android app with less line of code.
-1
votes
1 answer

IOS - user interaction does not work in view loaded from Xib

I have problem with interaction within my view that was loaded programatically. When app’s running the view is displayed well, however all input fields are not responsible. Here is code of my view(file's owner - CarView): CarView.swift -…
-1
votes
2 answers

Show element during some time period, otherwise hide it

I'm using AngularJS, Ionic and Cordova to create a project and my question is pretty straight forward: How to show element, like div, during some time period(e.g. 8:00 15.2.2018. - 20:00 15.2.2018.), otherwise hide it? EDIT: This is what I got for…
TheKarlo95
  • 1,144
  • 9
  • 17
-1
votes
1 answer

Is there any way to create xamarin mobile applications on linux?

I know this is very old question? but still i am looking for an answer. Is xamarin available for linux or not? If it is not available is there any alternate solution? I heard about mono development. Shall I use mono development for xamarin on…
Naveen
  • 350
  • 2
  • 12
-1
votes
1 answer

How to let an activity intent to itself?

Can an activity do an intent to itself? I have an activity created, it's called activity_beautician_profile. This activity has an edit button, which lets the user edit their profile. So I was planning on disabling the EditText at first and then…