cnlohr / rawdrawandroid

Build android apps without any java, entirely in C and Make
MIT License
2.75k stars 197 forks source link

Love your project too much! Need some examples #54

Open emma-eva opened 1 year ago

emma-eva commented 1 year ago

I want to make idm like downloader using your project, but i cant see any example of uses http request, app design, menu add etc. Plz give me an example, i will be happy. Also keep updating your project, one day it will be popular. People cant reverser app and cant see any java. add lib encrypt system for more security.

I will add your project in my programming language in future. waiting for your good answer and examples. Love you 😍

emma-eva commented 1 year ago

also make dependencis smaller, make apksigner using c, then haven't to install jdk. like more things...

cnlohr commented 1 year ago

Sorry I missed this message. I don't have any examples here, but you have two options. (1) You can use the C marshaling for Android to use the HttpURLConnection, or, you could use the HTTP client here: https://github.com/cnlohr/cntools/tree/master/ssl