D

David

Member

Last active 11 months ago

  1. 3 years ago
    Wed Mar 24 19:02:36 2021
    D David started the conversation AndroidManifest.xml.

    It would be nice to access the XML files.

  2. Mon Mar 22 21:47:17 2021
    D David started the conversation I need a programer .

    I need an app that will open other apps from HTML.
    Basically, it is a menu/launcher for an android box.
    I want to host it on my own site (so I can modify the launcher as needed).
    So what I really need is the code that opens 3-4 different apps (don't care what apps, just as long as I can follow the code).
    So it must be well documented.
    I'm hoping that this will take under 3 hours.
    If anyone is interested just leave your email. I can bank-transfer to wherever.
    Thank you

  3. Sun Mar 21 15:02:55 2021
    D David started the conversation copy new htmls to folder after creation of app.

    Hi all
    My app is a bunch of newsletter among other things. My app is over 300mb. Instead of reinstalling the whole app whenever a newsletter is created, is there a way to add a newsletter to the folder?
    Each newsletter is only about 175kb

  4. Fri Mar 19 21:50:32 2021

    I am at the point of giving up. I would gladly pay for help.
    All I want to do is open another app if it is there, if not goto a predefined website.
    This is what I goo so far...

    <html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width,minimum-scale=1.0, maximum-scale=1.0" />
        <title>Site Name</title>
        <style>@media screen and (max-device-width:480px){body{-webkit-text-size-adjust:none}}</style>
     
     
    <data android:scheme="CinemaHD"
          android:host="com.yoku.marumovie.analytics"
          android:path="/data/app/com.yoku.marumovie.analytics-1/base.apk" 
    	  />
     </head>
    <body>
     
        <!-- button to Download App for new app users -->
        <form action="http://google.ca" target="_blank">
            <input type="submit" value="Download" />
        </form>
     
        <!-- button to Open App to specific screen for existing app users -->
        <form action="com.yoku.marumovie.analytics" target="_blank">
            <input type="submit" value="Open App" />
        </form>
     
    </body>
    </html>

    The app here is called CinemaHD but I'm just using that to test, it will change.
    Please help, can somone provide working code?

  5. Tue Mar 9 02:21:53 2021

    How do I write to Activity.xml?

  6. Sat Mar 6 14:41:12 2021
    D David started the conversation launch another Android app from my HTML web2apk?.

    How do I launch another Android app from my HTML web2apk?

  7. Sat Mar 6 14:36:21 2021
    D David joined the forum.