Advertisement:

Author Topic: [Tutorial] How to create android mobile app for your Osclass website!  (Read 30586 times)

chobienmau_com

  • Newbie
  • *
  • Posts: 11
Re: [Tutorial] How to create android mobile app for your Osclass website!
« Reply #75 on: April 21, 2017, 01:35:21 am »
Hi :)

nice tutorial :)

i want to ask, I've tried the tutorial of your work but on the uploaded image to the new ads can not, how to be able to upload an image from android?

then how to keep uploading images of android can choose an image from the camera or gallery

It should work as it would in a normal browser of a phone. I tried uploading from my app and it works perfectly.. I have no idea how to fix your problem, sorry.

I have the same error. How to fix.

indiakom

  • Newbie
  • *
  • Posts: 1
Re: [Tutorial] How to create android mobile app for your Osclass website!
« Reply #76 on: March 25, 2019, 01:28:23 pm »
Hello i want to know about database structure and tables as well so that i can make android application of that website. So kindly tell me what i can do now? I don't want a webview i want to make new android  application of that website.

herwincamargo

  • Newbie
  • *
  • Posts: 1
Re: [Tutorial] How to create android mobile app for your Osclass website!
« Reply #77 on: June 30, 2019, 02:14:11 am »
I'm facing the same issue, the upload image feature is not working! Any fix?

Thanks in advance.

WEBmods

  • Hero Member
  • *****
  • Posts: 936
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: [Tutorial] How to create android mobile app for your Osclass website!
« Reply #78 on: June 30, 2019, 03:42:24 pm »
This code here works great: https://www.zidsworld.com/uncategorized/make-android-webview-support-file-upload/

I ain't Android dev expert and I can't write full code, but I used the example on the URL for one of my apps and it was working.

Regards.

p206ab

  • Sr. Member
  • ****
  • Posts: 343
Re: [Tutorial] How to create android mobile app for your Osclass website!
« Reply #79 on: July 24, 2019, 10:16:47 am »
For all who have problems with image upload, use this: https://github.com/mgks/Android-SmartWebView

Just import this project inside your Android Studio and edit the URL to your page. It has all features you need, including Camera access, GPS, Splashscreen... easy to edit to your preferences and design.

WEBmods

  • Hero Member
  • *****
  • Posts: 936
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: [Tutorial] How to create android mobile app for your Osclass website!
« Reply #80 on: July 24, 2019, 12:55:17 pm »
For all who have problems with image upload, use this: https://github.com/mgks/Android-SmartWebView

Just import this project inside your Android Studio and edit the URL to your page. It has all features you need, including Camera access, GPS, Splashscreen... easy to edit to your preferences and design.

I found out this thing recently. It is really awesome and easy to work with. :)

Regards.