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;
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:
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
add a comment |
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:
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
add a comment |
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:
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
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:
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
android android-syncadapter android-account
asked Mar 21 '13 at 9:04
nikminnikmin
1,09212139
1,09212139
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
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 theaccount_preferences.xml
what I was talking about. I just didn't know how to explain it :) Thanks
– nikmin
Mar 21 '13 at 10:30
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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 theaccount_preferences.xml
what I was talking about. I just didn't know how to explain it :) Thanks
– nikmin
Mar 21 '13 at 10:30
add a comment |
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.
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 theaccount_preferences.xml
what I was talking about. I just didn't know how to explain it :) Thanks
– nikmin
Mar 21 '13 at 10:30
add a comment |
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.
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.
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 theaccount_preferences.xml
what I was talking about. I just didn't know how to explain it :) Thanks
– nikmin
Mar 21 '13 at 10:30
add a comment |
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 theaccount_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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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