Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 23    Views: 122

CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
03/30/15 07:43 PM (9 years ago)

Android Pic gallery plugin free

Mostly because I havent optimized it yet to run on the android studio project.works great on self-hosted.Ill probably rewrite the whole thing anyway. Also updating some of my simple plugins to more fun, advanced, fully featured plugins.(Movie director,flashlight,etc) Also some other cool android plugins are being released by others and I this week.... Oh yea and I have been heavily testing all of my plugins on both the new android studio package and self hosted package,so all are good now.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
03/30/15 08:07 PM (9 years ago)
Sweet! Thanks Chris! Cheers! -- Smug
 
aussiedra
Code is Art
Profile
Posts: 431
Reg: Dec 25, 2010
Brisbane, Austr...
8,260
like
03/30/15 09:30 PM (9 years ago)
one of the best android developer on here fo sure !!!!
 
Becky
I hate code!
Profile
Posts: 269
Reg: Aug 08, 2012
NYC
6,140
like
03/30/15 10:37 PM (9 years ago)
CM - Do you have an alert plugin coming out by chance? Just want to know before I dig in and do a ton of unnecessary work!
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
03/30/15 11:30 PM (9 years ago)
I'm not sure what you mean by alert? What would it do?
 
Becky
I hate code!
Profile
Posts: 269
Reg: Aug 08, 2012
NYC
6,140
like
03/30/15 11:47 PM (9 years ago)
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
03/31/15 12:06 AM (9 years ago)
How does it work?
 
Becky
I hate code!
Profile
Posts: 269
Reg: Aug 08, 2012
NYC
6,140
like
03/31/15 12:53 AM (9 years ago)
You can set any button to the Alert menu so when you push said button, the alert menu pops up and you can choose to navigate to whatever plugin you want. In the control panel, you can configure up to four buttons on the alert menu. What I do with it is, I use it in a list menu so whichever item the user pushes, they get a little bit more information from the message part of the Alert Menu and I give them options to continue on to another screen/plugin that I configure or cancel out and continuing with the list menu.
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
03/31/15 02:01 AM (9 years ago)
Awesome Chris. Thanks for your generosity. Looking forward to your new plugins!
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
03/31/15 05:41 AM (9 years ago)
So it's accessed from any screen from a button on the navigation bar?
 
Becky
I hate code!
Profile
Posts: 269
Reg: Aug 08, 2012
NYC
6,140
like
03/31/15 09:49 AM (9 years ago)
Oh, no...you can access is from a menu button also.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
03/31/15 10:13 AM (9 years ago)
Oh ok
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
03/31/15 05:58 PM (9 years ago)
 
Becky
I hate code!
Profile
Posts: 269
Reg: Aug 08, 2012
NYC
6,140
like
03/31/15 08:15 PM (9 years ago)
Are you kidding me??? That's awesome! Wow...
 
Becky
I hate code!
Profile
Posts: 269
Reg: Aug 08, 2012
NYC
6,140
like
03/31/15 08:17 PM (9 years ago)
With the title where is says "menu," are you able to change that and if so, roundabout how many characters are you able to display?
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
03/31/15 08:19 PM (9 years ago)
I didn't add that feature in the control panel but I can add it easily.it's easy to change in the code too
 
Becky
I hate code!
Profile
Posts: 269
Reg: Aug 08, 2012
NYC
6,140
like
03/31/15 08:25 PM (9 years ago)
That would be great if we could add it in the control panel. I don't think you understand, you just cut my work load by at least 80%. Thank you so much..
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
04/02/15 06:19 PM (9 years ago)
Its updated
 
Becky
I hate code!
Profile
Posts: 269
Reg: Aug 08, 2012
NYC
6,140
like
04/02/15 06:56 PM (9 years ago)
Awesome, I think I'll get a chance to dig into it tomorrow/maybe tonight. I'll let you know how it goes!
 
Becky
I hate code!
Profile
Posts: 269
Reg: Aug 08, 2012
NYC
6,140
like
04/02/15 08:55 PM (9 years ago)
Hey Chris, I'm coming up with this error on start up... Error:(32) No resource identifier found for attribute 'layout_toStartOf' in package 'android' <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Delete" android:id="@+id/button" android:layout_below="@+id/editText1" android:layout_toLeftOf="@+id/buttonCancel" android:layout_toStartOf="@+id/buttonCancel" />
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
04/02/15 09:13 PM (9 years ago)
You can delete that line .really you can delete that whole button part.the plugin doesn't even need the layout file.I just had to put it on there for the other files
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
04/02/15 09:16 PM (9 years ago)
It just gives the error if your using the bt v3 self hosted package.on the android studio package it won't do that. I'll update when I get a chance so you don't have to delete that every time
 
Becky
I hate code!
Profile
Posts: 269
Reg: Aug 08, 2012
NYC
6,140
like
04/02/15 10:54 PM (9 years ago)
I don't have the option to download the Studio Package...where do I get that??? Now that I've deleted that part, I get the following errors: Error:(36, 34) error: package com.dictionary.TaskAdapter does not exist Error:(196, 13) error: cannot find symbol class OnClickItemListner Error:(196, 58) error: cannot find symbol class OnClickItemListner Error:(236, 43) error: cannot find symbol variable fragment_dialog_name Error:(239, 51) error: cannot find symbol variable editText1 Error:(242, 42) error: cannot find symbol variable buttonOK Error:(255, 46) error: cannot find symbol variable buttonCancel Error:(345, 43) error: cannot find symbol variable cm_fragment_dialog_name Error:(348, 51) error: cannot find symbol variable editText1 Error:(351, 42) error: cannot find symbol variable buttonOK Error:(368, 46) error: cannot find symbol variable buttonCancel
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
04/06/15 07:25 PM (9 years ago)
Just in case anyones wondering Ive fixed the errors above. Also Im almost finished rewriting the pic gallery plugin.only one class now ha
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.