(Closed) Help me setup MSMaterialDrawer and AppCompat - $100

rudystyle

Member
Licensed User
Longtime User
I want to set up MSMaterialDrawer with AppCompat
The author has already given a sample, I could not get the sample working
The MSMaterialDrawer is here
https://www.b4x.com/android/forum/threads/msmaterialdrawer.53883/

All files including samples are in post #4
https://www.b4x.com/android/forum/threads/msmaterialdrawer.53883/#post-337843

In the sample folders there is a B4a sample app called AppCompatToolbar1.b4a

I want the sample to run on my PC.

Job is simple, just help me to run the sample app AppCompatToolbar1.b4a on my PC.

Before you take up the job please make sure you are able to run the sample successfully in your own PC
 

DonManfred

Expert
Licensed User
Longtime User
$20 extra from me if i get a working AppCompat App example with msMaterialDrawer
 

somed3v3loper

Well-Known Member
Licensed User
Longtime User
Is it enough to post my (supposed to be ) material template ?
It is an appcompat with msmaterialdrawer and afollestad_material-dialogs base project .
 

somed3v3loper

Well-Known Member
Licensed User
Longtime User
put all together (all needed resource-folder at the right place.
For me it would be good enough if i get the example running on my device

Material.zip contains the B4A project
ExtractToC.zip has used-libraries resources
It should be extracted to C or if you prefer other path you need to edit B4A project #AdditionalRes: lines
 

Attachments

  • Material.zip
    11.2 KB · Views: 271
  • ExtractToC.zip
    47.1 KB · Views: 287

DonManfred

Expert
Licensed User
Longtime User
Material.zip contains the B4A project
ExtractToC.zip has used-libraries resources
It should be extracted to C or if you prefer other path you need to edit B4A project #AdditionalRes: lines
Will check this later today when i am back home again and donate as soon it runs (i´m at work as yet)
 

rudystyle

Member
Licensed User
Longtime User
There are no logs at all. This is what I get
B4X:
** Activity (main) Resume **
Installing file.
** Activity (main) Pause, UserClosed = false **
PackageAdded: package:smm.m
** Activity (main) Resume **

It works in your PC? Can you give a screenshot? If it really works, I will set up a fresh install on a different PC and try
 

rudystyle

Member
Licensed User
Longtime User
Yes I have the latest files. I downloaded them yesterday
I copied the files from \android-sdk\extras\android\support\v7\appcompat\libs
 

DonManfred

Expert
Licensed User
Longtime User
Material.zip contains the B4A project
ExtractToC.zip has used-libraries resources
It should be extracted to C or if you prefer other path you need to edit B4A project #AdditionalRes: lines

It is working ;-)

Do you have a paypal-donate button or email to pay to with paypal for me?
 

somed3v3loper

Well-Known Member
Licensed User
Longtime User
Yes I have the latest files. I downloaded them yesterday
I copied the files from \android-sdk\extras\android\support\v7\appcompat\libs
tgvLxTF.png

Just in case it is related to libs version .

It is working ;-)

Do you have a paypal-donate button or email to pay to with paypal for me?
I don't know whether my email ([email protected]) is working correctly or not :D (Seems Donations not allowed here ) I think I created merchant account
 

DonManfred

Expert
Licensed User
Longtime User
Thanks a lot .
np. Now i have a template to use for appcompat including msmaterialdrawer

i changed the additionalres like this for me
B4X:
    #AdditionalRes : ..\resource
    #AdditionalRes: $AdditionalLibs$\b4a_appcompat, de.amberhome.objects.appcompat
    #AdditionalRes: $androidsdk$\extras\android\support\v7\appcompat\res, android.support.v7.appcompat   
    #AdditionalRes: ..\mdlibres\res
    #AdditionalRes: $AdditionalLibs$\afollestad_material-dialogs\res
 
Top