[Q] Develop Android app with visual basic integration? - Other Operating Systems and Languages

Hi guys,
I'm looking for a visual basic 2010 plugin that enables me to develop an android app within the visual basic environment. I've searched everywhere and found these apps that don't do the job :
1.Basic4Android (Has its individual UI)
2.Mono for android (This is one is integrated in C# only )
Please help,
Thanks

What about this?
http://www.gavpugh.com/2011/02/04/vs-android-developing-for-android-in-visual-studio/

tak_juju said:
Hi guys,
I'm looking for a visual basic 2010 plugin that enables me to develop an android app within the visual basic environment. I've searched everywhere and found these apps that don't do the job :
1.Basic4Android (Has its individual UI)
2.Mono for android (This is one is integrated in C# only )
Please help,
Thanks
Click to expand...
Click to collapse
I have same problem, basic4android is actually ok for basic apps, but 2 big minuses:
1) Lot of windows, would like all in one, like example Photoshop.
2) App isn't popular, addons only on forum, with very loyal members, so no leaked additional libs for something more serious
Dblfstr said:
What about this?
http://www.gavpugh.com/2011/02/04/vs-android-developing-for-android-in-visual-studio/
Click to expand...
Click to collapse
c/c++ everywhere. VB nowhere mentioned, but maybe will try..

galaxyfreak said:
I have same problem, basic4android is actually ok for basic apps, but 2 big minuses:
1) Lot of windows, would like all in one, like example Photoshop.
2) App isn't popular, addons only on forum, with very loyal members, so no leaked additional libs for something more serious
c/c++ everywhere. VB nowhere mentioned, but maybe will try..
Click to expand...
Click to collapse
I think you'd actually be surprised what you can do in Basic4Android! I personally love it, I've built games in it as well as a homescreen launcher. There are actually tons of additional libraries - you can make floating apps for instance with one of them. And if you know how you can always make your own libs and still enjoy the much easier interface and set up...

squirrel_monkey said:
I think you'd actually be surprised what you can do in Basic4Android! I personally love it, I've built games in it as well as a homescreen launcher. There are actually tons of additional libraries - you can make floating apps for instance with one of them. And if you know how you can always make your own libs and still enjoy the much easier interface and set up...
Click to expand...
Click to collapse
Yes, I use B4A. But these minuses still stay... UI windows should be merged, like photoshop...

Related

[Q] learning how to develop apps

i want to start making apps for android but dont know where to stat i have the sdk on my desktop but thats about it. If someone could please help me or push me in the next step please do so.
Just go to the dev guide on the Android website to start making your first Hello World app. As for language, Android (I could be wrong) uses Java. Again, I could be wrong.
Sent from my GT-I9000M using XDA App
Indeed, Android uses Java. I'd suggest learning it before attempting to program for Android or else you'll feel like it's gonna be too difficult. There's plenty of books on Java, and some powerful Google searching will lead you to step-by-step guides to learning Java.
Also, go through the Android Dev Center for a lot of information. There's plenty of guides there on things like 'how to design your app to flow with the overall android feel' and 'designing icons to fit general android homescreen look'.
You're gonna want to download Eclipse for Java Programming. It's a free Java development environment much like Dreamweaver and Visual Studio are for web development.
Oh, and PLAN! Like any good development project, your project will not get anywhere if you don't know where to start and when to end it.
Plan first. Then plan the planned elements. Java is object-based programming, and just like building a house each object needs to be solid or else it'll crumble to pieces.
Same here. Thx for the advice.
elindemann said:
Indeed, Android uses Java. I'd suggest learning it before attempting to program for Android or else you'll feel like it's gonna be too difficult. There's plenty of books on Java, and some powerful Google searching will lead you to step-by-step guides to learning Java.
Also, go through the Android Dev Center for a lot of information. There's plenty of guides there on things like 'how to design your app to flow with the overall android feel' and 'designing icons to fit general android homescreen look'.
You're gonna want to download Eclipse for Java Programming. It's a free Java development environment much like Dreamweaver and Visual Studio are for web development.
Oh, and PLAN! Like any good development project, your project will not get anywhere if you don't know where to start and when to end it.
Plan first. Then plan the planned elements. Java is object-based programming, and just like building a house each object needs to be solid or else it'll crumble to pieces.
Click to expand...
Click to collapse
Actually, you're doing things the hard HARD ...HARD way....
if you want to develop apps for android, Titanium Mobile (appcelerator.com) is the best way to go. It takes far less time to learn JavaScript , CSS and HTML then it does to learn pure JAVA, and then learn to implement Android's API.
There are a few things that Titanium Mobile can't do, but they are always working on it to make it better. And of course - it's free
I've made a few apps using it. Including an HTML eBook reader, Chinese Flashcard App, and a Simple Chat Client.
Their JavaScript API takes a bit to get used to, but after that, you can easily spit out a simple app in about a day or so.
I have a web-app Template that lets me dump a Web-app (html/css/js) into a project, and spits out a nice new shiny Android app ready for the market.... I also wrote code that lets you access the Menu Button on android too. So it's not like using PhoneGap where it's just a Browser session with an icon on your phone.
PM me if you're interested, and i'll show you everything i learned about Titanium Mobile so far (i'm still learning actually). Or if you want an app done, i can do it for you... free if it's easy enough
DaoMingJin said:
Actually, you're doing things the hard HARD ...HARD way....
if you want to develop apps for android, Titanium Mobile (appcelerator.com) is the best way to go. It takes far less time to learn JavaScript , CSS and HTML then it does to learn pure JAVA, and then learn to implement Android's API.
There are a few things that Titanium Mobile can't do, but they are always working on it to make it better. And of course - it's free
I've made a few apps using it. Including an HTML eBook reader, Chinese Flashcard App, and a Simple Chat Client.
Their JavaScript API takes a bit to get used to, but after that, you can easily spit out a simple app in about a day or so.
I have a web-app Template that lets me dump a Web-app (html/css/js) into a project, and spits out a nice new shiny Android app ready for the market.... I also wrote code that lets you access the Menu Button on android too. So it's not like using PhoneGap where it's just a Browser session with an icon on your phone.
PM me if you're interested, and i'll show you everything i learned about Titanium Mobile so far (i'm still learning actually). Or if you want an app done, i can do it for you... free if it's easy enough
Click to expand...
Click to collapse
Wow, I'm very interested. I might check it out.
sent from my pimp hero running Froyo CM6 and the XDA app
If you know the C or C++ language you could try out MoSync, depends what you like, some programmers like the level of control and speed you get from C++. If your content with simpler apps then maybe phonegap or appcellerator for you.
I guess that when mobile apps get more sophisticated javascript programs will be just as complex as C++ programs.
Thats my view, but then I like C++ better.
/Tony
MoSyncTony said:
If you know the C or C++ language you could try out MoSync, depends what you like, some programmers like the level of control and speed you get from C++. If your content with simpler apps then maybe phonegap or appcellerator for you.
I guess that when mobile apps get more sophisticated javascript programs will be just as complex as C++ programs.
Thats my view, but then I like C++ better.
/Tony
Click to expand...
Click to collapse
It really depends on how much control and you really need. If you're going to write games, then you do need speed that C++ and the Native Application Development API on android can give you. If you're writing a social networking app, the speed of C++ would really be an overkill.
As far as i've read, PhoneGap still has a lot of issues. And the build process is a bit more complicated than on Titanium Mobile.
If you're just using the regular Android API to write apps, i don't notice a lot of difference in speed execution between writing it in pure Java, or using Titanium mobile (using native code and UI elements - i don't mean putting everything into a WebView).
The current app that i'm writing now i don't think can be written using Titanium Mobile or PhoneGap (unless i added some native functions and did my own fork of PhoneGap).
More or less, i'm writing an App for Android and JRE/Linux systems that will allow me to enumerate, and access USB status bits, and USB data frames of a given USB device, and then allowing that USB device to be accessed through a TCP or UDP connection.
I might be able to do this with Titanium Mobile, but i don't think i can. As the only files you're allowed to access are on the SD card, application data directory, and temp directory.... i think there's one other place you're allowed to access too, but i never used it. However later today i might just try to see if i can access the /Dev/DSP01 (aka sound card) on an android device. If i can, i think i could write it using titanium mobile. I'm already halfway done with this app in pure java, so i wouldn't actually rewrite it in Titanium Mobile now.
DaoMingJin said:
if you want to develop apps for android, Titanium Mobile (appcelerator.com) is the best way to go.
Click to expand...
Click to collapse
Thanx mate!
If you looking a book or something to teach you the basics Beginning Java Programming for Dummies and Android Application Development in 24 Hours are good reads.
I'd rather not fill the forum with more threads so I'm just going to ask my question here. What is the best way to read the android dev guide on the device itself? Just going to the site directly? Ideally I'd like a pdf or something designed to be read on a small screen. The site can have formatting issues when read on a small screen.
Sent from my SPH-D700 using XDA App
I've been developing for a long time (nearly 30 years), and whenever I need to learn a new language I start with the Sams range, "Teach yourself whatever language in X days/hours". They're pretty good and this is available for Kindle, which is great if you use the Amazon Kindle app...
http://www.amazon.co.uk/Teach-Yours...1_fkmr2_2?ie=UTF8&qid=1287485537&sr=8-2-fkmr2
It obviously costs, but I really do rate those books as brilliant starting points. The rest is google and friends on here.
Hope this helps - good luck mate.
Personally, I've been coding in Java for what... four years now? I'm feeling dwarfed here by johncmolyneux but honestly, the best way to learn is to not use an IDE like Eclipse, but to use something that you have to hand-code everything yourself, such as Geany! You learn fairly quickly after writing a few applications.
If you are thinking "titanium", "mosync" or "phone gap" it is worth doing a bit of background research. There are several extremely powerful tools out there that can help you build cross platform apps - these are among the top ones.
bit more discussion about this here: http://forum.xda-developers.com/showthread.php?p=16703287#post16703287
There are a few useful reports comparing them - check out ours by googling "triballabs cross platform"
The Google App Inventor makes it pretty easy to create your own Android apps. Best part is you don't need to learn any programming languages. You won't be creating anything too complicated like a video game for example, but it's a good start nonetheless.
http://appinventor.googlelabs.com/about/
If you want to learn the basics of Java, then please check out a book called as "Head First Java". They really explain the basics with the help of real life examples to make things much simpler so that people understand.
Beginner app projects
I'm also just getting started with app development. Something I've been looking for is a beginner app project. Wish I could find a walkthrough of a simple app like a game of Hangman or something like that. I've been through the android developer training web site and got some good info but some things I'm still a little stuck on. Id Love to see an actual app (rather than just a mock up of some fields and buttons) and then a slightly dumbed down explanation of the code. Might be a lot to ask but man it would be great!

[Q] Develop Android app with visual basic integration?

Hi guys,
I'm looking for a visual basic 2010 plugin that enables me to develop an android app within the visual basic environment. I've searched everywhere and found these apps that don't do the job :
1.Basic4Android (Has its individual UI)
2.Mono for android (This is one is integrated in C# only )
Please help,
Thanks
anything found
---
tak_juju said:
Hi guys,
I'm looking for a visual basic 2010 plugin that enables me to develop an android app within the visual basic environment. I've searched everywhere and found these apps that don't do the job :
1.Basic4Android (Has its individual UI)
2.Mono for android (This is one is integrated in C# only )
Please help,
Thanks
Click to expand...
Click to collapse
Very nice idea, that would be just great. I tried already Basic4Android but it's pretty far from native VB. So far I haven't found any VB plugin or such stuff for VB. Maybe some day...

"Cydia" Style ROM Modding App

I'm in the process of brainstorming and gathering people to build a Cydia style ROM modding app and would like everyone's input on what you would like to see in the app.
I'm going the repository route where all modifications for a specific ROM will be in one repository so you can access only packages, files, apps, etc for the ROM you are running. There will also be wallpaper, apps, font, widget, etc repositories so you can get the content you want when you want it.
As I see it, developers could put only the specific files that will be updated each ROM version in a downloadable package so you can flash say a ten megabyte file instead of going the route of downloading an entire ROM to update a small amount of the whole file system.
I figure it'll start with just the evo 3d then other people from other phones can make and add their repositories for their devices and it'll end up having all android devices with active development.
So please, give me your ideas and let's make this work.
Also if you are interested in helping to develop this app let me know.
I'm personally against his idea because I think there's plenty of alternatives to this idea that do what Cydia does and they do it better in my personal opinion....BUT if it does leave the drawing board and becomes a reality, I'll give it a shot just because
Also just to help you out because I see you're lacking information on what exactly Cydia is and all, I've provided a few links and videos so people can see what this Cydia thing really is.....
http://en.wikipedia.org/wiki/Cydia
Mazda said:
I'm personally against his idea because I think there's plenty of alternatives to this idea that do what Cydia does and they do it better in my personal opinion....BUT if it does leave the drawing board and becomes a reality, I'll give it a shot just because
Also just to help you out because I see you're lacking information on what exactly Cydia is and all, I've provided a few links and videos so people can see what this Cydia thing really is.....
http://en.wikipedia.org/wiki/Cydia
Click to expand...
Click to collapse
I am aware of what Cydia is. It is an iOS program basically that has repositories for apps, tools, modifications, etc. I've used it before when i had an itouch. What are the alternatives you know of? I'd like to take a look. And you're speaking of android alternatives correct?
dfeldt91 said:
I am aware of what Cydia is. It is an iOS program basically that has repositories for apps, tools, modifications, etc. I've used it before when i had an itouch. What are the alternatives you know of? I'd like to take a look. And you're speaking of android alternatives correct?
Click to expand...
Click to collapse
HAHAHA I know you're aware BUT since you're asking for help for the development of the app, I figured I let people that are completely unaware of what Cydia is, know what it does and what exactly you're trying to bait them into helping
BUT like I said, I'm against the idea and to be honest....I highly doubt this will take off considering the reason the iPhone or iPod Touch or whatever, has the Cydia store is because you'e not able to flash zips and flash different types of ROMs like AOKP, CM, Codename Android, Paranoidandroid, etc....
On Android, you don't have to depend on a store like app to download simple things like center clock or clock widgets or features that are sometimes already included in ROMs.
Please don't take this as a bashing post or whatever because as you can see above, I'm trying to be as helpful as possible BUT your idea on Android doesn't apply.....it really doesn't
Mazda said:
HAHAHA I know you're aware BUT since you're asking for help for the development of the app, I figured I let people that are completely unaware of what Cydia is, know what it does and what exactly you're trying to bait them into helping
BUT like I said, I'm against the idea and to be honest....I highly doubt this will take off considering the reason the iPhone or iPod Touch or whatever, has the Cydia store is because you'e not able to flash zips and flash different types of ROMs like AOKP, CM, Codename Android, Paranoidandroid, etc....
On Android, you don't have to depend on a store like app to download simple things like center clock or clock widgets or features that are sometimes already included in ROMs.
Please don't take this as a bashing post or whatever because as you can see above, I'm trying to be as helpful as possible BUT your idea on Android doesn't apply.....it really doesn't
Click to expand...
Click to collapse
Not sure how it doesn't apply.....
It would be an app like cydia where you can go to download fonts, wallpapers, modifications, apps, ROM updates...
How does that not apply?
And like you said.......'sometimes already included in Roms'. What about when it isn't and you would like something? Or for people who need certain parts of Gapps. For example they want the Play store but not the rest of the 88 or so MB of random apps. It really makes sense to have each app downloadable via a repository to avoid having a bunch of apps you never will use or having to go back in after installing Gapps and deleting a lot of it just to get the play store....
P.s. What are the cydia alternatives you spoke of? I'd like to check them out.
Let me think:
If you want apps: look for it on the play store
If you want wallpapers: you can try zedge or flickies.
If you want to download ROM's: GooManager or the xda apps.
If you want fonts: look for a apk in the play store
If you want a single app from the gapps: look for it on the browser or xda app
...Just saying
Maybe you can develop the "cydia app" and post it here
-iDanny "??? X Project ROM Coming Soon!"
dfeldt91 said:
P.s. What are the cydia alternatives you spoke of? I'd like to check them out.
Click to expand...
Click to collapse
That's the thing about Android. It doesn't lock you into one way of doing things.
MIUI and other AOSP ROM versions use themes and HTC Sense uses skins so depending on what ROM you have installed the approach to customization is different. HTC has their hub to get wallpapers and skins, while themes can be downloaded from many websites including XDA. The type of customization you are describing, including deciding which programs will be installed, can be done during installation of the ROM using the Aroma installer (SOS M and Viper3D are good examples). Some ROM's have their own customization apps like Venom Tweaks and Hub for the Viper3D ROM.
Apps like Mimimalistic Text and Desktop VisualizeR can really personalize icons and home sceens, but that's not something that could easily be configured in an external app.
Yes, it's more complicated in Android than iOS, but also much more flexible, and most of us prefer it that way. If you want something simple to customize programatically, stick with iOS, where Apple tightly controls the environment and options.
ramjet73
I like the idea of a "hackers" app store where all the unofficial apps could live. The problem is it could be used for malicious purposes. At least apps posted here are vetted by the community.
I know there is an updater app that Tommytomato (I think) made for Rom devs to use, but the few ROMs with the app don't seem to take advantage of it.

Must have APPS??

Hi everyone
Just wanted to ask, what are your must have apps?
I need some ideas for new apps. The only apps (except the XKCD viewer) I could think of are listed in the core apps and I don't feel like joining these projects just yet.
So if you have any ideas or if you know some Android or iOS apps which could be ported leave a comment.
1. An IM client like Empathy
2. A Wallbase application/or anything that fetches nice HD wallpapers.
3. An application to watch anime
I had a similar question earlier, you might be able to mine something from those that answered
http://forum.xda-developers.com/showthread.php?t=2105374
The main app most people wanted was What's App, but I saw that some one else has been developing a client for it.
For the Galaxy Notes:
-full Gimp with GAP, pressure sensitive
-Mypaint, pressure sensitive
kdenlive video editor
recordmydesktop screen capture
Billy_Oneironaut said:
For the Galaxy Notes:
-full Gimp with GAP, pressure sensitive
-Mypaint, pressure sensitive
kdenlive video editor
recordmydesktop screen capture
Click to expand...
Click to collapse
I think that's a bit far-fetched for now..
Hempe said:
Hi everyone
Just wanted to ask, what are your must have apps?
I need some ideas for new apps. The only apps (except the XKCD viewer) I could think of are listed in the core apps and I don't feel like joining these projects just yet.
So if you have any ideas or if you know some Android or iOS apps which could be ported leave a comment.
Click to expand...
Click to collapse
a Google Voice VoIP client, like Grooveip and Spare Phone on android
Hempe said:
Hi everyone
Just wanted to ask, what are your must have apps?
I need some ideas for new apps. The only apps (except the XKCD viewer) I could think of are listed in the core apps and I don't feel like joining these projects just yet.
So if you have any ideas or if you know some Android or iOS apps which could be ported leave a comment.
Click to expand...
Click to collapse
Airdroid, sound hound, projectM, photo editor, IP Cam Viewer, team viewer, Xtremlabs Speedtest, Phone Ringtone, Angry Birds, Tango Remote
I think the drawing/photo editing APP is great idea.
When i have time i'll sketch something up and make a new thread.
What about a sportstracker app? Endomondo is awesome....something like that or a client for endomondo.
Sent from my GT-I9100 using xda premium
amgz
Just give us whatsapppppp t_t
I am not going to make a whats APP client! I really dislike whatsapp. (There API is closed eeg. Free for only 100k users Ort something)
Hempe said:
I am not going to make a whats APP client! I really dislike whatsapp. (There API is closed eeg. Free for only 100k users Ort something)
Click to expand...
Click to collapse
Luckely somebody is already working on a client for whatsapp. Its one of the most used apps en i think very important to make people wanna use phones with UT installed on it.
Sent from my GT-I9100 using xda premium
A QR reader
A QR reader sounds like a good idea as well.
Only problem the nexus7's camera is not yet working
But definitly something for the todo list: -)
A decent torrent client please!
Sent from my Nexus 4 using Tapatalk 2
Chief
Hempe said:
Hi everyone
Just wanted to ask, what are your must have apps?
I need some ideas for new apps. The only apps (except the XKCD viewer) I could think of are listed in the core apps and I don't feel like joining these projects just yet.
So if you have any ideas or if you know some Android or iOS apps which could be ported leave a comment.
Click to expand...
Click to collapse
It is my firm belief that we should have an APP INSTALL client that seamlessly installs apps FIRST! Then let the DEVS roll out the suggestions. What's the format anyway? not APK I would guess. I think a nice APK converter would work nicely then.
Chief out
buxtor said:
It is my firm belief that we should have an APP INSTALL client that seamlessly installs apps FIRST! Then let the DEVS roll out the suggestions. What's the format anyway? not APK I would guess. I think a nice APK converter would work nicely then.
Chief out
Click to expand...
Click to collapse
- What the heck is an APK? (That's only for Android and has nothing todo with linux, yes I said it android has nothing todo with linux )
- There are many ways to install an app.
-> you can install a .deb file
-> add a ppa our use the official repos and install via consol
-> build the binarys from source....
Currently someone is working on an "app store" but this is not a priority since ubuntu touch is still in pre alpha.
P.S. I am a DEV and I need some Ideas that's why I started the thread.
Some way to access Pandora One. I listen to some 300 hours a month, so it's definitely a requirement, not a 'want'.
Statement form pandoras website
We are deeply, deeply sorry to say that due to licensing constraints, we can no longer allow access to Pandora for listeners located outside of the U.S., Australia and New Zealand. We will continue to work diligently to realize the vision of a truly global Pandora, but for the time being we are required to restrict its use. We are very sad to have to do this, but there is no other alternative. ....
Click to expand...
Click to collapse
A Pandora client sounded like a good idea but "this" makes it rather impossible
Hope you'll find some dev's located in the us that can help you with that.
I'm personally worried about not having an app to track and control my phone in the event it's lost or stolen. An Ubuntu touch UI for Prey or something to that effect would be awesome.
Sent from my Nexus 4 using Tapatalk 2

Android app port to Ubuntu Touch

Hey!
We know, that we can't run Android apps on Ubuntu Touch. The UT is a great operating system, but it has a big problem. It doesn't have any "neccessary" or "must have" applications NOW. These apps are the following by the community's opinion: FacebookMessenger, WhatsApp, Google Maps, a browser (like Chrome, Opera mini or Firefox), instagram, etc.
So, I want to know, that we are possible to port these (or any other) Android apps to UT, or not? If the answer is yes, i want to create a team. In this team i want to port Android apps, or create this apps alternatives.
Guess not much up in the forums
Request: Simyo Call Status App [Netherlands]
Hi there,
I haven't been on the xda forums a lot since the end of 2009 I believe but, since Canonical announced Ubuntu Touch this year, I have my reasons to pick up browsing the forums again. The Ubuntu Touch region, specifically.
Now, you were asking if there's any Android Apps to port to Ubuntu Touch.
I have a request that might not be of interest to a lot of people but will get pretty important to me once a 'user version' of Ubuntu Touch is released:
Simyo Netherlands provides an App to check your current "Belstatus" or call status.
This app provides me (on my iPhone) with the current remaining minutes/sms messages and remaining data (megabyte) for the current month within the contract.
Below the link to the Android equivalent in the Play Store, which might be portable to an Ubuntu Touch app:
https://play.google.com/store/apps/details?id=nl.simyo.mijnsimyo
Let me know if this is something you'd be interested in doing.
I might be of some help being a C# programmer, but I still need to check out the Ubuntu Touch SDK (my HTML5 and QML knowledge is poor) and that's something I won't be able to very soon....
frummel said:
I might be of some help being a C# programmer, but I still need to check out the Ubuntu Touch SDK (my HTML5 and QML knowledge is poor) and that's something I won't be able to very soon....
Click to expand...
Click to collapse
I have a little bit of C# knowledge, but i'm good in HTML5, so this is a good beginning i think.
DLevai94 said:
I have a little bit of C# knowledge, but i'm good in HTML5, so this is a good beginning i think.
Click to expand...
Click to collapse
You can port any already existing apps that are found on Android, you just need the API from the app developers.
Google Maps
same here.. looking to port my android apps to ubuntu touch, developed using java..
is there some porting apps like Command Tools in Blackberry OS10
srdananjaya said:
same here.. looking to port my android apps to ubuntu touch, developed using java..
is there some porting apps like Command Tools in Blackberry OS10
Click to expand...
Click to collapse
No, there's no tool like that for Ubuntu Touch (yet?).
I'd be willing to port my Android apps to Ubuntu touch. Does the work need to be done from scratch? Is there a simpler way to port a java, native, android app to Ubuntu?
I can't contribute anything app-wise, but this sounds like a really good idea; best of luck!
Ubuntu-Touch must LIVE! I have use it and it is cool system. Some problems with applications time to time appeares. And it is very hard find developers for apps. But I think if required apps appeares -- more people move to UT. And first of all that system must use NOT for games.
DLevai94 said:
Hey!
We know, that we can't run Android apps on Ubuntu Touch. The UT is a great operating system, but it has a big problem. It doesn't have any "neccessary" or "must have" applications NOW. These apps are the following by the community's opinion: FacebookMessenger, WhatsApp, Google Maps, a browser (like Chrome, Opera mini or Firefox), instagram, etc.
So, I want to know, that we are possible to port these (or any other) Android apps to UT, or not? If the answer is yes, i want to create a team. In this team i want to port Android apps, or create this apps alternatives.
Click to expand...
Click to collapse
Till last some years UT has some changes. For example appears OpenVPN network manager in a base apps. But unfortunately that feature with unresolved bugs. Also I didn't find any browsers like QupZilla/Mozilla FireFox or Lynx. So As for me we required updated OS for first. And normal browser. Current versions of browsers are unusable. That i big part of work. For that required powerful developers group. I try to compile and run some examples to UT but unfortunately unsuccessful. But I try. Who also try do something but with successful result?

Categories

Resources