Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 23    Views: 117

Craig Conover
Aspiring developer
Profile
Posts: 56
Reg: Jan 01, 2013
Menlo Park, CA
4,310
09/21/15 08:29 PM (8 years ago)

New plugin creation tutorials files?

I am attempting to create a new plugin but based on the video I am watching (by David) https://www.youtube.com/watch?v=OJrMVTn8z0s it seems that things have changed a bit. No php index file for example. Is there something more recent? Is there an example plugin with some more advanced sample code (json for the config)? Sorry if this is in the forums, website or internet at large but not finding anything on the searches I did. Any helpful links are much appreciated. Thanks Craig
 
nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
like
09/21/15 08:35 PM (8 years ago)
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
09/21/15 08:44 PM (8 years ago)
Sounds like a perfect motivation for a hangout! Anyone wanna do a :90 minutes GoToMeeting to discuss all things plugins? It's been way too long :-) Happy to host.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
09/21/15 09:11 PM (8 years ago)
lets do it! any chance of the plugins being table driven by sql?I kind of do it already. Been working on a utility class with sqlite cursors on android. I want to work on core data on iOS too afterwards. these are just ideas though..
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
09/21/15 09:22 PM (8 years ago)
@David Yes. Yes. Yes. Yes. Yes. Date, Time? I'll be there!
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
09/21/15 10:57 PM (8 years ago)
Lets see when @Craig weighs in - he started it :-)
 
Craig Conover
Aspiring developer
Profile
Posts: 56
Reg: Jan 01, 2013
Menlo Park, CA
4,310
like
09/22/15 01:05 AM (8 years ago)
Oh my! Wish I had checked my email earlier. Chris (nadthevlad) thanks for the pointer to the file (and for making the Android version of Advanced Quiz). My searches never found this. Had I just scrolled down on the How-To's page, I would have found this :) Might be good to have separate page just for plugin dev getting started and more. Happy to join in a hangout. I am typically available 8:30 pm Pacific time and later. Very interested in this SQL driven approach of which you speak CMCOFFEE.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
09/22/15 01:22 AM (8 years ago)
I'm in. Say when, say where. Cheers! -- Smug Chris (Coffee) I haven't used core data, but I have routines to use an SQLite DB in iOS... I whipped it together to complement using SQLite in Android with the same database. It's *really* easy.
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
09/22/15 04:57 AM (8 years ago)
CMCoffee - check out the BT_downloader class for sql utilities. Exists for Android too, but probably should be rewritten to include cursor loaders, etc. (Currently uses explicitly executed SQL commands - a bit dangerous)
 
Craig Conover
Aspiring developer
Profile
Posts: 56
Reg: Jan 01, 2013
Menlo Park, CA
4,310
like
09/22/15 08:38 AM (8 years ago)
I have an 8:30 PM meeting with someone not coincidentally about a BuzzTouch project to do data entry for almost 100 apps - quiz apps, Nick (not Chris) :) Anyone up for 9:30 PM Pacific tonight? David, I'll let you drive this if there is interest since you seem to be the man around here ;) Other days/times can work for me. Cheers Craig
 
Craig Conover
Aspiring developer
Profile
Posts: 56
Reg: Jan 01, 2013
Menlo Park, CA
4,310
like
09/22/15 08:43 AM (8 years ago)
Nick, sorry, I confused your name with Chris. :)
 
nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
like
09/22/15 03:49 PM (8 years ago)
Maybe David could school us all on Swift :D
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
09/23/15 09:09 AM (8 years ago)
Let the Swift Optionals rock your boats. Let's do the Hangout.
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
09/23/15 09:12 PM (8 years ago)
OK Gang. Missed last night, rats. Lets get together on a GoToMeeting on Friday evening, 9:00 PM PST. Yeah, crazy times for some, especially those in Guam! But, let's knock out a late-nighter for old times sake! Friday, 9:00 PM PST, GoToMeeting. I'll post the Meeting ID here shortly before the meeting. See ya'll then.
 
Craig Conover
Aspiring developer
Profile
Posts: 56
Reg: Jan 01, 2013
Menlo Park, CA
4,310
like
09/23/15 09:45 PM (8 years ago)
I have 5 month old and a 4 yr old, so I'm home on a Friday. :)
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
09/23/15 11:36 PM (8 years ago)
Cool thanks Chris! Awesome Smug,will pm ya! I won't miss friday!
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
09/24/15 07:00 PM (8 years ago)
One more thing ... A set of goals as a triumvirate, convert a Core plugin to have these capabilities: - Auto Layout - Storyboards - Swift A multi-part web conference tutorial on that would be awesome! -- Niraj
 
Craig Conover
Aspiring developer
Profile
Posts: 56
Reg: Jan 01, 2013
Menlo Park, CA
4,310
like
09/24/15 09:46 PM (8 years ago)
@SmugWimp - the Dropbox link isn't working anymore and I don't have a self-hosted server. Can anyone share a complete v3 plugin with me or is there a way for me to grab current plugins? Also, it would great if someone with the BT plugin dev know how to create a complete, from scratch, v3 BT plugin creation from start to end with all sample files. Lot's of references to "same as v2" in the guide but I don't know how it was done in v2 and connecting the dots is just confusing and tedious. Sorry I am on the needy end right now. I'll contribute back as much as possible as I take the plugin dev journey. Cheers Craig
 
Dusko
Veteran developer
Profile
Posts: 998
Reg: Oct 13, 2012
Beograd
22,680
like
09/24/15 10:05 PM (8 years ago)
>Friday, 9:00 PM PST, GoToMeeting. I'll post the Meeting ID here shortly before the meeting. If possible, send us an email with the link to get into the webinar.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
09/25/15 12:06 AM (8 years ago)
@Craig; it should work now. I got a new hard drive a couple of months ago, and not everything was replaced 'in a timely fashion'. Cheers! -- Smug
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
09/25/15 06:13 PM (8 years ago)
I'm in for swift. What is the webinar ID??
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
09/25/15 08:47 PM (8 years ago)
OK Guys. Meeting running...Starts at 9:00, if you don't see me now you'll see me then. 1. Go to JoinGoToMeeting.com 2. Enter this meeting ID: 813-458-429
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
09/25/15 10:22 PM (8 years ago)
Best hangout ever! No code. No lameness, just fun talk. Who's gonna fix the internet? @Craig Conover: I didn't realize you were literally :30 mins from me. I'm happy to hang out for an hour in person and show you this "plugin stuff" Hit me up in an email if you wanna connect. If we do it here I'll a have 20 dates by the end of the week that I don't want! Ha. Peace.
 
Craig Conover
Aspiring developer
Profile
Posts: 56
Reg: Jan 01, 2013
Menlo Park, CA
4,310
like
09/26/15 10:26 AM (8 years ago)
Sorry I couldn't join the webinar - got home late from work unfortunately. @David - I live in Redwood City, work in SF and I am in Carmel on weekends on some rare occasions. Happy to meet up sometime.
 

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.