hello everyone my name is danish I am a beginner web developer so I need to make an android app using the web now I use bootstrap in my android studio but that does not work please someone helps me how to use bootstrap in the android studio I create html css
and js file which is work properly but bootstrap is not working properly
Related
How can I include a .jar in an ionic 3 project?
This .jar is for printing on a printer Datamax O'neil Apex 2.
Thanks
To use the functionality of a Jar (hopefully a jar that is written for Android, because not all Java code is going to run on Android, especially something that is going to drive a printer, and most Android libraries are kept in .aar not .jar's) you are going to have to write a Cordova Plugin. Of course this is only going to work on Android, as iOS uses pod's (CocoaPods) if it is going to work at all. Ionic, btw, is a wrapper around Cordova which is what you want to look at when the functionality you need is not included in Ionic.
I am looking to see if anyone knows if Microsoft Visual Studios has any layout editor extensions/feature that is similar to Android Studios layout editor. I had more experience using Android Studio, however since I needed a program for both iOS and Android, I had to use Visual Studios for my company. It would make my life a hella a lot easier if I had this feature instead of me relying on HTML/CSS codes to adjust the buttons/text within a page. Does anyone know of one?
You could try VSCode with some extensions or Xamarin
so im currently developing an app that can read javascript/html/css codes and show it inside a webview. So is it possible to have or apply what Android Studio can do on my App? i meant the auto Completion/suggesting for codes (Intellisense or Intellij), and also if possible syntax checker/highlighter? TIA
Good day/night everyone. I am looking to go into mobile app development and made some research. I found out that you could use javascrpt, html5 and css to develop applications using phonegap. I also found out that dreamweaver supports phonegap and android sdk as plugins. My question now is, if I want to develop an android app in dreamweaver, am I to use the android native code or will I use html5, css and javascript that phonegaps uses. Thanks.
Phonegap only support for HTML, CSS, and JavaScript. If you want add native functionality into hybrid app such as barcode scanner, camera or similar with that, you need to use cordova.exec.
Below is a list of phonegap plugin.
https://cordova.apache.org/
You can integrate native functionality into hybrid app also.
iOS: http://blog.revivalx.com/2014/03/10/androidios-adding-native-functionality-to-hybrid-application-with-apache-cordova-plugin/
android: http://blog.revivalx.com/2014/03/11/ios-adding-native-functionality-to-hybrid-application-with-apache-cordova-plugin/
Dreamweaver is web editing software, so you would use it for PhoneGap applications. If you want to do native development you will want to use Eclipse or Android Studio so you can compile the native code.
I am working on android application using J-Query Mobile, JavaScript, Phone-Gap
and tools that i use is Eclipse IDE.
Now I need to know how I'll debug the android app when it runs on emulator. I want to check some java-script code.
Take a look at Link 1 and Link 2