stock calendar app - going beyond basic inversion - if you're interested

This is a discussion on stock calendar app - going beyond basic inversion - if you're interested within the Droid Themes forums, part of the Droid Hacking category; Originally Posted by Mbk Originally Posted by B-boy™ Originally Posted by Mbk Yeah perhaps try with an app... and what you're describing about your Venom ...

+ Reply to Thread
Page 9 of 9 FirstFirst ... 7 8 9
Results 81 to 89 of 89

Thread: stock calendar app - going beyond basic inversion - if you're interested

  1. Team B-boy™/Jedi Counsel
    B-boy™'s Avatar
    Member #
    125826
    Join Date
    Oct 2010
    Location
    central Az
    Posts
    1,804
    Liked
    19 times
    Twitter
    @B_boytm
    Phone
    Moto Droid 1
    DroidForums.net Theme Developer
    Premium Member
    #81
    Quote Originally Posted by Mbk View Post
    Quote Originally Posted by B-boy™ View Post
    Quote Originally Posted by Mbk View Post
    Yeah perhaps try with an app... and what you're describing about your Venom loackscreen idea does sound pretty slick bro... hopefully you'll get it eventually... not sure if even the ROM Devs know this one, unless they're a full software developer.....

    one thing I did seem to show in the few I tried...is that regardless of which tags I use, animation-list or transition, it always only displays that first background_anim png of the <items> list, so it appears you'll need to set some more code somewhere to trigger the sequence and not have it only show that first image

    That's the same outcome I get too... but I noticed I don't have the <animation-list android:id="selected" androidneshot="false"> (in red).. meaning it's not reading the id's I think?... that's how it's set up on the tut you found...
    only the android:id= and android oneshot= should be in red, not all of it.. you using notepad++

    I added the red once I pasted it in here.. no I use xml marker. On that tut it said this. " The simplest way to create a frame-by-frame animation is to define the animation in an XML file, placed in the res/drawable/ folder, and set it as the background to a View object. Then, call run() to start the animation " .... where exactly do I call run() at?... cause everything else sounds like what I/we have done....
    http://bit.ly/BboyTMwebsite <-- My Website





    http://bit.ly/PayPalLINK< HELP SUPPORT FUTURE RELEASES BY DONATING ... THE LINK UNDER MY AVATAR ISN'T WORKING




    http://www.droidforums.net/forum/b-boy/
    <--- Magical World of B-boy™



    http://twitter.com/#!/B_boytm <-- Follow me on TWITTER...
  2. Sourcery Themer / Designr
    Alastrionia's Avatar
    Member #
    122046
    Join Date
    Sep 2010
    Location
    Sunnyside, WA
    Posts
    346
    Liked
    27 times
    Phone
    Galaxy Nexus / ICSourcery
    DroidForums.net Theme Developer
    Premium Member
    #82
    so I'm about as late to the party as can be, lmao
    been busy trying to learn enough code to get my custombackgrounds working on different apps I forgot to post some of my successes.

    calendar you've already seen.
    mms comes up looking like this:



    phone and contacts


    and when viewing a contact I changed it up a little


    so that's where I'm at right now.
    still working on gallery3d as it looks like the only way to get it to have a permanent background is to make your own custom xml file and point to it

    so whadda think? and hope that you're able to crack your problem B-Boy, sounds like you are getting really close
    Last edited by Alastrionia; 02-06-2011 at 02:11 PM. Reason: removed pic to edit corrections in there

  3. Team B-boy™/Jedi Counsel
    B-boy™'s Avatar
    Member #
    125826
    Join Date
    Oct 2010
    Location
    central Az
    Posts
    1,804
    Liked
    19 times
    Twitter
    @B_boytm
    Phone
    Moto Droid 1
    DroidForums.net Theme Developer
    Premium Member
    #83
    Looks very good man!.... and actngrezy is looking into it. He said it might need code written into smali but not sure... the tutorial Mbk found basically says to tell it to "run()" the cycle somewhere.. so we're either very close.. or very far off.... I'm hoping for the first..

    Sent from my Droid using DroidForums App
    http://bit.ly/BboyTMwebsite <-- My Website





    http://bit.ly/PayPalLINK< HELP SUPPORT FUTURE RELEASES BY DONATING ... THE LINK UNDER MY AVATAR ISN'T WORKING




    http://www.droidforums.net/forum/b-boy/
    <--- Magical World of B-boy™



    http://twitter.com/#!/B_boytm <-- Follow me on TWITTER...
  4. Theme Developer
    Mbk's Avatar
    Member #
    65152
    Join Date
    May 2010
    Posts
    4,060
    Liked
    41 times
    Phone
    Enter Current Phone Model Here
    DroidForums.net Theme Developer
    Premium Member
    #84
    Barry......you should remove the phone number from your screenshot.... and as always, nice work bro...
    I kinda had a feeling that most devs might not know exactly where to code in a trigger for that background animation to launch... and it more than likely does need to be written onto a smali file. Const-01 yada tada....lol j/k
    Click here to see my work.....MBK


    If I've been of help and you'd care to donate for my time, Click Here....(Paypal)
    and Thank You
  5. Team B-boy™/Jedi Counsel
    B-boy™'s Avatar
    Member #
    125826
    Join Date
    Oct 2010
    Location
    central Az
    Posts
    1,804
    Liked
    19 times
    Twitter
    @B_boytm
    Phone
    Moto Droid 1
    DroidForums.net Theme Developer
    Premium Member
    #85
    We'll get it....might not be easy, but we'll get it.... I got a feelin.....

    Sent from my Droid using DroidForums App
    http://bit.ly/BboyTMwebsite <-- My Website





    http://bit.ly/PayPalLINK< HELP SUPPORT FUTURE RELEASES BY DONATING ... THE LINK UNDER MY AVATAR ISN'T WORKING




    http://www.droidforums.net/forum/b-boy/
    <--- Magical World of B-boy™



    http://twitter.com/#!/B_boytm <-- Follow me on TWITTER...
  6. Theme Developer
    Mbk's Avatar
    Member #
    65152
    Join Date
    May 2010
    Posts
    4,060
    Liked
    41 times
    Phone
    Enter Current Phone Model Here
    DroidForums.net Theme Developer
    Premium Member
    #86
    I won't bet against it...
    Click here to see my work.....MBK


    If I've been of help and you'd care to donate for my time, Click Here....(Paypal)
    and Thank You
  7. Team B-boy™/Jedi Counsel
    B-boy™'s Avatar
    Member #
    125826
    Join Date
    Oct 2010
    Location
    central Az
    Posts
    1,804
    Liked
    19 times
    Twitter
    @B_boytm
    Phone
    Moto Droid 1
    DroidForums.net Theme Developer
    Premium Member
    #87
    After the game i'm gonna do some reading and and try my hand once again at writing some code for it....

    Sent from my Droid using DroidForums App
    http://bit.ly/BboyTMwebsite <-- My Website





    http://bit.ly/PayPalLINK< HELP SUPPORT FUTURE RELEASES BY DONATING ... THE LINK UNDER MY AVATAR ISN'T WORKING




    http://www.droidforums.net/forum/b-boy/
    <--- Magical World of B-boy™



    http://twitter.com/#!/B_boytm <-- Follow me on TWITTER...
  8. Theme Developer
    Mbk's Avatar
    Member #
    65152
    Join Date
    May 2010
    Posts
    4,060
    Liked
    41 times
    Phone
    Enter Current Phone Model Here
    DroidForums.net Theme Developer
    Premium Member
    #88
    Quote Originally Posted by B-boy™ View Post
    After the game i'm gonna do some reading and and try my hand once again at writing some code for it....

    Sent from my Droid using DroidForums App
    yeah watching the game now as well in between some stuff.... great game!!...

    figuring out what to write is one thing, because then you'd need to know where to put that smali file, which file and then which folder... just seems like a very very long journey...unless someone specifies things step by step...
    Click here to see my work.....MBK


    If I've been of help and you'd care to donate for my time, Click Here....(Paypal)
    and Thank You
  9. Team B-boy™/Jedi Counsel
    B-boy™'s Avatar
    Member #
    125826
    Join Date
    Oct 2010
    Location
    central Az
    Posts
    1,804
    Liked
    19 times
    Twitter
    @B_boytm
    Phone
    Moto Droid 1
    DroidForums.net Theme Developer
    Premium Member
    #89
    Yeah.. so hopefully actngrezy or cvpcs can help.... but until then I wanna read that tut you linked and try to understand it.... it sounds very tough but if I can grasp how it's done, it might not be as hard as it sounds to me now... but we'll see.... I have a few people I can ask that know java.. I was just hoping we could figure it out as themes...

    Sent from my Droid using DroidForums App
    http://bit.ly/BboyTMwebsite <-- My Website





    http://bit.ly/PayPalLINK< HELP SUPPORT FUTURE RELEASES BY DONATING ... THE LINK UNDER MY AVATAR ISN'T WORKING




    http://www.droidforums.net/forum/b-boy/
    <--- Magical World of B-boy™



    http://twitter.com/#!/B_boytm <-- Follow me on TWITTER...
+ Reply to Thread
Page 9 of 9 FirstFirst ... 7 8 9

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Introducing Team Inversion Conversion
    By thebowers in forum Team Inversion Conversion
    Replies: 19
    Last Post: 12-25-2010, 08:53 AM
  2. Basic google calendar app has gone bust
    By Alfador in forum Tech Issues, Bug Reports & Suggestions
    Replies: 2
    Last Post: 11-05-2010, 01:29 PM
  3. Stock Calendar for Sapphire
    By Masx in forum cvpcs
    Replies: 18
    Last Post: 08-26-2010, 10:30 AM
  4. Is anyone interested in a more stock-like rom?
    By adrynalyne in forum Android Roms
    Replies: 5
    Last Post: 03-18-2010, 01:46 PM
  5. Basic Calendar Application
    By tarheel23 in forum Android App Developers
    Replies: 7
    Last Post: 02-18-2010, 11:39 PM

Search tags for this page

android calendar black background
,

android stock calendar

,
android stock calendar in htc
,

android stock calendar theme

,
android stock calendar themes
,

black calendar app

,
calendat themes for android
,
droid install stock calendar
,
droid stock calendar app
,
install stock android calendar
,

motorola droid 1 stock calendar app download

,

stock android calendar app

,

stock calendar app for android

,
stock calendar app inverted
,
stock calendar theme
Click on a term to search our site for related topics.

Tags for this Thread