Re: .apk and .app files Hardware and Software macOS by Kelly Burby .apk file is android file....wheaseas APP files are Mac OS packages .apk and .app files Hardware and Software macOS by adnan_6 … file as opposed to android where there is need of .apk file. Please tell that is there a way to use… Re: .apk and .app files Hardware and Software macOS by HostBrink In iOS file extension is .IPA for iTunes apps and .Deb for Cydia apps. .APK extension is for android apps .... Decompile APK File Programming Mobile Development by Stefce Does all .apk files can be decompiled no matter on how they are protected and secured, and recompile back in apk file? I… have an apk file which i need the source code to… Re: Decompile APK File Programming Mobile Development by Stefce … on this... i really have no idea in decompiling an apk file but i would be glad if there is someone…, also i would be happy to pay for it. The apk code is very simple but i have no idea on… a way i can see the ways of protecting the apk files i can try to figure out something for it… question about apk files Programming Mobile Development by adams161 … android market without copy protection, could a user extract the apk file, and then get to the resources directory and modify… the pieces and then remake an apk file for them to use? I'm fine with them… Mass Install apk files on Android phone Programming Mobile Development by prajesh2 Hello, How can I mass install 10 apk files into android phone. I need to install these apk files and test the apps before I can send them live. Please help. Thanks, PJ Android Apk file displaying an old version Programming Mobile Development by johngorman I have deployed my apk file to the Android emulator but it is displaying the apk file from 3 weeks ago where as I want the current version to display with the updated features as it is showing in Eclipse.Any ideas? [ANDROID] About big size of APK file Programming Mobile Development by techxaidz … the resources(i.e. pictures) from the apk file because it makes the apk file so big in size (already around 20mb… Re: Decompile APK File Programming Mobile Development by Stefce > I can't guess what you need to do. I need just a couple of text and images replaced, thats all. I found an awesome tool, **APK Easy Tool** you can decompile and recompile easily. And it did my job perfectly :) web app or apk application for android??? Programming Mobile Development by chrisschristou hello. i have a project to do for android, i want to make a tourist guide app, but i want to have basic information on app and sometime i want 5 request data from google or from website. i must on app apk app or web application in reality i don't know the what is web app. Re: .apk and .app files Hardware and Software macOS by adnan_6 please tell that what is extension for ios and how to get the executable file without deploying on the device and get the file with xamarin studio. thanks Re: Decompile APK File Programming Mobile Development by rproffitt I have to answer yes. I don't know your skill level or what you know about byte code systems but the protection is usually by obfuscation. That is, the decompiled result will look nothing like the source and may be too much for those that are not into this sort of work. So again. Decompilers do work but the protections make the outputs hard … Re: Decompile APK File Programming Mobile Development by rproffitt Remember that this must be your app and code. Asking for help decompiling other than your code and apps is like "Help me jack this car." I can't guess what you need to do. But I do consider the question about decompiling answered. There are more discussions about it but the entire reason to protect is well, do we need to go over … Re: question about apk files Programming Mobile Development by adams161 There is another program that came out that does similar things to my program, selling for like 2.50 American. My primary goal is to have people use my program, and i doubt there's a ton of money after taxes and Google fees if I'm pricing at 1.99 or 1.49 or so. With that said I'm leaning toward making the program free. If i do not publish on … Re: question about apk files Programming Mobile Development by adams161 I want to add that i have been in communication with the author of the chess pieces, and he had not even been aware of the re-link requirement of LGPL. i.e. they should be able to accept updates to the pieces under lgpl used in the program. His concern had been that attribution be made and that if anyone changed the actual work, the pieces, that … Re: question about apk files Programming Mobile Development by adams161 Ive been told that permission from the author if he is the single author and holds the right is enough to use something under lgpl library gnu licence, even if the re-link requirement is hard to figure out if it can be met. Marking this solved Re: Mass Install apk files on Android phone Programming Mobile Development by peter_budo You would need to know how to use Maven and create super-pom that will install it. Otherwise just manual. Testing, there is plenty of testing frameworks available for Android and you should have been doing it from beginning not now at end Re: Android Apk file displaying an old version Programming Mobile Development by peter_budo Did you try Project > Clean? Re: [ANDROID] About big size of APK file Programming Mobile Development by peter_budo You can always create zip file, download it when dedicated directory not existent on phone system. You should also look up some image loader library like Novoda [ImageLoader](https://github.com/novoda/ImageLoader) to help you with image fetching from resources Re: web app or apk application for android??? Programming Mobile Development by peter_budo web app is actual website. It is common that what ever response website is getting can be consumed by mobile application as this content is send in JSON format. Here is a list of APIs you may want to have look at http://blog.programmableweb.com/2012/02/28/134-travel-apis-kayak-yahoo-travel-and-hotelscombined/ and maybe you can try to integrate one … Re: web app or apk application for android??? Programming Mobile Development by chrisschristou thank you for reply. that i have to developp normal app (and) and integrate API one last question how to bring GUI created in photoshop to use in app devellopment?? Re: web app or apk application for android??? Programming Mobile Development by peter_budo Android has a resources folder where you can store various data/objects. One of this folder subfolders is drawable that can be represented also by various screen sizes drawable-hdpi, drawable-mdpi etc However be warned! Android UI development is not same as web development or iOS "pixel perfect" appraoch. Re: Android Java: What makes my game crash? Programming Software Development by Sinisa_1 …-cache/x86/data@app@com.smilisav.boardls-2@base.apk@classes.dex --instruction-set=x86 --instruction-set-features=…at location /data/app/com.smilisav.boardls-1/split_lib_dependencies_apk.apk, retcode=-1 10-23 22:56:00.300 2037…at location /data/app/com.smilisav.boardls-2/split_lib_dependencies_apk.apk, retcode=-1 10-23 22:57:46.519 2037… Android Native - Typesafe Navigation with Args Programming Mobile Development by dimitrilc …constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.…com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:… Re: Android Java: What makes my game crash? Programming Software Development by Sinisa_1 …\app\build\intermediates\split-apk\debug\slices\slice_0.apk C:\Java\BoardLS\app\build\intermediates\split-apk\debug\dep\dependencies.apk C:\Java\BoardLS…\BoardLS\app\build\intermediates\split-apk\debug\slices\slice_3.apk C:\Java\BoardLS\app\build\outputs\apk\app-debug.apk Split APKs installed $ adb… Android Native - How to use RecyclerView ConcatAdapter Programming Mobile Development by dimitrilc …ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http…ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http… xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http… Android Native - Modify button appearance using State List Resources Programming Mobile Development by dimitrilc …ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://…;selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:…ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://… My images are being cropped from the bottom Programming Mobile Development by Aziz_2 …LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/…LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/…LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/… Android Native - How to Inject Hilt ViewModels Programming Mobile Development by dimitrilc …ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http…ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http…manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.codelab.…