(First of all, I can't start a thread with Opera GX because no input appear for the subject, I need to use Chrome to get it)
Hey!
I'm Xamarin & Flutter dev and I have never done reverse engineering. So I'm looking for a way to get Waze source code : I tried lot of decompiler but everytime, I got "kotlin_metadata" extension, I searched for a long time on Github too and nothing.
Then, I come here to get some help : What is the best way to get the source code of this application. Any suggestion?
It's possible because I saw lot of "Waze Mod" on internet, for example: display radar on map, change icons etc...
Thank you for your help, and I hope this is the good place to post.
Related
Hey guys,
so many times I've searched for a good libraries platform on the internet for android development.
Okay, xda developers is a good source, but it's so overcrowded and you have no chance to quick navigate through a few libraries or something.
But!, yesterday I found this link androidweekly.net/toolbox as I searched "android newsletter" on google.
It's a very nice, clean and simple platform (and or newsletter) for all the things I searched for (also i like the android bots moving :laugh: )
There you can find stuff like pull to refresh and such things and if you code your own libraries, you can submit it there too!
just take a look at it
Hello all, I have a question about developing an application for my graduation project. The idea is to develop an application in which the various books/information sources get a place and can be placed under different semesters/years. The information as provided has to have an easy way of updating for teachers(probbebly web-based). The aplication also has to work on iOS. Can you guys give me an idea on how to start i think HTML5 is a good option.
For cross platform application you can try PhoneGap(phonegap.com) with Dojo (dojotoolkit.org).
Front end is only half!
killerbee12345 said:
Hello all, I have a question about developing an application for my graduation project. The idea is to develop an application in which the various books/information sources get a place and can be placed under different semesters/years. The information as provided has to have an easy way of updating for teachers(probbebly web-based). The aplication also has to work on iOS. Can you guys give me an idea on how to start i think HTML5 is a good option.
Click to expand...
Click to collapse
HTML5 will be great, but it will be difficult for a school to update as a native app. I suggest simply using a mobile-ready website. jQuery Mobile is great for this, and it handles all the cross platform issues. Have you given any consideration to serverside code? Php, .Net, and Node.js are all great options. Talk with an administrator about what kind of system they use to store files & links currently. You could fairly simply make a page that scans a file share they maintain to build the page .
Are all current (including budget) phones capeble of running .net or PHP? I'll probebly host the site/app myselve for a while during the test phase so if i go web-based it will be PHP since my host is a linux host. I'll have a look tomorrow, I'm studying to be an officer on a ship not an programmer so all programming is new, I did some vb/php but nothing fancy.
i started with icenium, but found out that icenium doesn't offer to store the webfiles on your own server. So thats not an option.
Hi there,
i got a little problem:
I got a Loxon (loxone.com) home automation system.
In there, there's a function to open app from URLs, as far as i understood it works through the intent service, for example i tested with success the yatse xbmc remote.
I launched the app through yatse:// as defined on the yatse developers web page.
So and now my problem:
as far as i understand the apps developer needs to define a custom intent sheeme in the apps manifest.xml
But there aren't many app developers using the custom intents, so i want to add the feature by myself.
I read about it on many websites but never got it to work. i don't need actions defined, such as open sms app and preinsert the number, just open the apps, for example squeezeplayer:// for the squeeze box apk.
Could anyone please give me a before-after example for an app? That would be awesome.
I know about decompiling apks, editing the manifest so no need for an detailed step-by step.
I know about a negative side effect after editing the manifest if an app update is installed the changes go away, but thats sometihing i can live with. (set aut update off):silly:
Thanks in advance
Edit
: i found this on stack overflow for opening apps through url but never got it to work:
http://stackoverflow.com/questions/2958701/launch-custom-android-application-from-android-browser
Hello, I am looking Android App Development help please.
I would like to make an Android TV box app and was wondering if I can get some help creating one with the following requirements;
1) Looking for a Template, for starters, so I don't have to code one from scratch since I have no idea of what I'm doing
2) Configure the app to utilize a Username/Password which verifies the account on a server database that I control.
3) Hopefully it will be easy to include a link within the code that reaches out to an XML file on my server or whatever where I have a list of Video Streams/Feeds that the app reads and you can select what video you want to play.
Thank you
Hi I'm not an android coder but a c# coder in terms of a template project, something like this? https://github.com/hitherejoe/AndroidTvBoilerplate
I just searched android TV boilerplate (a boilerplate is template). Hope it helped.
Hello everyone.
I have some time since I started creating and I understand a little about the creation of EMUI themes and the integration of xml code (manifest) through the ThemeStudio tool. I have searched multiple times for attributes, variants, etc. to place on the lock screen, a small simple music player, widget type; that is visible. But the few codes that I have come across, have not been successful, as I have tried to create the code based on the codes that I have found in my search, together with a little knowledge that I have learned; but they have also been failed attempts.
So I finally decided to seek help. Could someone help me with the proper code and if it's not too much to ask for the different parameters and specifications?
Thanks you all.