Add item in account menuFling gesture detection on grid layoutIs quitting an application frowned upon?How to align views at the bottom of the screen?Navigation Drawer (Google+ vs. YouTube)Hex transparency in colorsAndroid Calendar Sync From Account MenuSync Name Not Listed in Sync Menu in Account MangerHow do I get my custom account type to show up in the android contacts app?How to add dividers and spaces between items in RecyclerView?NavigationView menu items with counter on the right

How did NASA Langley end up with the first 737?

Freedom of Speech and Assembly in China

Are runways booked by airlines to land their planes?

“For nothing” = “pour rien”?

How was Daenerys able to legitimise Gendry?

Is "vegetable base" a common term in English?

Does French have the English "short i" vowel?

A burglar's sunglasses, a lady's odyssey

Can a character with the War Caster feat call a bolt with Call Lightning instead of making an opportunity attack?

What is the use case for non-breathable waterproof pants?

Is my plasma cannon concept viable?

How to keep consistency across the application architecture as a team grows?

Why is the Eisenstein ideal paper so great?

Why isn't 'chemically-strengthened glass' made with potassium carbonate? To begin with?

Python program for fibonacci sequence using a recursive function

Does an eye for an eye means monetary compensation?

What would prevent living skin from being a good conductor for magic?

What determines whether backspaces show up in a file created with cat?

How to respond to an e-mail asking me to suggest a doctoral research topic?

Finding all files with a given extension whose base name is the name of the parent directory

What could a self-sustaining lunar colony slowly lose that would ultimately prove fatal?

How to politely tell someone they did not hit reply all in email?

The Maltese Falcon

Can a ring of spell storing and access to Find spells produce an endless menagerie?



Add item in account menu


Fling gesture detection on grid layoutIs quitting an application frowned upon?How to align views at the bottom of the screen?Navigation Drawer (Google+ vs. YouTube)Hex transparency in colorsAndroid Calendar Sync From Account MenuSync Name Not Listed in Sync Menu in Account MangerHow do I get my custom account type to show up in the android contacts app?How to add dividers and spaces between items in RecyclerView?NavigationView menu items with counter on the right






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I have an application that has account in accounts and sync. I have option for synchronizing calendar and contacts. In the account there is menu in the upper right corner (standard like on all accounts). You can see what menu I'm talking about on the picture below:



enter image description here



What I want to do is the following:



How can I add item in this menu? Something like settings or so.



Or is there some other way how can I edit settings for this account?



I don't wan't to do this through starting the application and then going to settings, I want to do it from here.










share|improve this question




























    0















    I have an application that has account in accounts and sync. I have option for synchronizing calendar and contacts. In the account there is menu in the upper right corner (standard like on all accounts). You can see what menu I'm talking about on the picture below:



    enter image description here



    What I want to do is the following:



    How can I add item in this menu? Something like settings or so.



    Or is there some other way how can I edit settings for this account?



    I don't wan't to do this through starting the application and then going to settings, I want to do it from here.










    share|improve this question
























      0












      0








      0








      I have an application that has account in accounts and sync. I have option for synchronizing calendar and contacts. In the account there is menu in the upper right corner (standard like on all accounts). You can see what menu I'm talking about on the picture below:



      enter image description here



      What I want to do is the following:



      How can I add item in this menu? Something like settings or so.



      Or is there some other way how can I edit settings for this account?



      I don't wan't to do this through starting the application and then going to settings, I want to do it from here.










      share|improve this question














      I have an application that has account in accounts and sync. I have option for synchronizing calendar and contacts. In the account there is menu in the upper right corner (standard like on all accounts). You can see what menu I'm talking about on the picture below:



      enter image description here



      What I want to do is the following:



      How can I add item in this menu? Something like settings or so.



      Or is there some other way how can I edit settings for this account?



      I don't wan't to do this through starting the application and then going to settings, I want to do it from here.







      android android-syncadapter android-account






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 21 '13 at 9:04









      nikminnikmin

      1,09212139




      1,09212139






















          1 Answer
          1






          active

          oldest

          votes


















          2














          You need to go through the usage of a SyncAdapter with combination of a Service.



          Here is a good tutorial (based on Google I/O) to help you get started and working. Also the video shown provides good explanation of a sync adapter.



          This is another good one.






          share|improve this answer

























          • I already have a sync adapter and everything is set and it's working fine, I only need to implement some settings.

            – nikmin
            Mar 21 '13 at 10:11











          • can you be specific

            – Nezam
            Mar 21 '13 at 10:28











          • I found it on the second link in your answer. It's the account_preferences.xml what I was talking about. I just didn't know how to explain it :) Thanks

            – nikmin
            Mar 21 '13 at 10:30











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f15543184%2fadd-item-in-account-menu%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          You need to go through the usage of a SyncAdapter with combination of a Service.



          Here is a good tutorial (based on Google I/O) to help you get started and working. Also the video shown provides good explanation of a sync adapter.



          This is another good one.






          share|improve this answer

























          • I already have a sync adapter and everything is set and it's working fine, I only need to implement some settings.

            – nikmin
            Mar 21 '13 at 10:11











          • can you be specific

            – Nezam
            Mar 21 '13 at 10:28











          • I found it on the second link in your answer. It's the account_preferences.xml what I was talking about. I just didn't know how to explain it :) Thanks

            – nikmin
            Mar 21 '13 at 10:30















          2














          You need to go through the usage of a SyncAdapter with combination of a Service.



          Here is a good tutorial (based on Google I/O) to help you get started and working. Also the video shown provides good explanation of a sync adapter.



          This is another good one.






          share|improve this answer

























          • I already have a sync adapter and everything is set and it's working fine, I only need to implement some settings.

            – nikmin
            Mar 21 '13 at 10:11











          • can you be specific

            – Nezam
            Mar 21 '13 at 10:28











          • I found it on the second link in your answer. It's the account_preferences.xml what I was talking about. I just didn't know how to explain it :) Thanks

            – nikmin
            Mar 21 '13 at 10:30













          2












          2








          2







          You need to go through the usage of a SyncAdapter with combination of a Service.



          Here is a good tutorial (based on Google I/O) to help you get started and working. Also the video shown provides good explanation of a sync adapter.



          This is another good one.






          share|improve this answer















          You need to go through the usage of a SyncAdapter with combination of a Service.



          Here is a good tutorial (based on Google I/O) to help you get started and working. Also the video shown provides good explanation of a sync adapter.



          This is another good one.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Mar 23 at 22:56









          halfer

          14.9k759119




          14.9k759119










          answered Mar 21 '13 at 9:27









          NezamNezam

          3,60322446




          3,60322446












          • I already have a sync adapter and everything is set and it's working fine, I only need to implement some settings.

            – nikmin
            Mar 21 '13 at 10:11











          • can you be specific

            – Nezam
            Mar 21 '13 at 10:28











          • I found it on the second link in your answer. It's the account_preferences.xml what I was talking about. I just didn't know how to explain it :) Thanks

            – nikmin
            Mar 21 '13 at 10:30

















          • I already have a sync adapter and everything is set and it's working fine, I only need to implement some settings.

            – nikmin
            Mar 21 '13 at 10:11











          • can you be specific

            – Nezam
            Mar 21 '13 at 10:28











          • I found it on the second link in your answer. It's the account_preferences.xml what I was talking about. I just didn't know how to explain it :) Thanks

            – nikmin
            Mar 21 '13 at 10:30
















          I already have a sync adapter and everything is set and it's working fine, I only need to implement some settings.

          – nikmin
          Mar 21 '13 at 10:11





          I already have a sync adapter and everything is set and it's working fine, I only need to implement some settings.

          – nikmin
          Mar 21 '13 at 10:11













          can you be specific

          – Nezam
          Mar 21 '13 at 10:28





          can you be specific

          – Nezam
          Mar 21 '13 at 10:28













          I found it on the second link in your answer. It's the account_preferences.xml what I was talking about. I just didn't know how to explain it :) Thanks

          – nikmin
          Mar 21 '13 at 10:30





          I found it on the second link in your answer. It's the account_preferences.xml what I was talking about. I just didn't know how to explain it :) Thanks

          – nikmin
          Mar 21 '13 at 10:30

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f15543184%2fadd-item-in-account-menu%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript