How many activities can i use in android studio? [duplicate]
This question already has an answer here:
Maximum amount of activities in app? Android
2 answers
If I use more than 500 activities in an android studio for making a project is it going to any problem?
android android-studio
marked as duplicate by leonardkraemer, ianhanniballake
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 3 at 0:06
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Maximum amount of activities in app? Android
2 answers
If I use more than 500 activities in an android studio for making a project is it going to any problem?
android android-studio
marked as duplicate by leonardkraemer, ianhanniballake
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 3 at 0:06
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Maximum amount of activities in app? Android
2 answers
If I use more than 500 activities in an android studio for making a project is it going to any problem?
android android-studio
This question already has an answer here:
Maximum amount of activities in app? Android
2 answers
If I use more than 500 activities in an android studio for making a project is it going to any problem?
This question already has an answer here:
Maximum amount of activities in app? Android
2 answers
android android-studio
android android-studio
asked Jan 2 at 23:51
Asif MahmudAsif Mahmud
1
1
marked as duplicate by leonardkraemer, ianhanniballake
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 3 at 0:06
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by leonardkraemer, ianhanniballake
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 3 at 0:06
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can have as many activities as you want, but the app would be huge and the projet would take ages to load and compile. So, you can, but you shouldn't have that many. Choose a good pattern to work with and make the code as short as possible.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can have as many activities as you want, but the app would be huge and the projet would take ages to load and compile. So, you can, but you shouldn't have that many. Choose a good pattern to work with and make the code as short as possible.
add a comment |
You can have as many activities as you want, but the app would be huge and the projet would take ages to load and compile. So, you can, but you shouldn't have that many. Choose a good pattern to work with and make the code as short as possible.
add a comment |
You can have as many activities as you want, but the app would be huge and the projet would take ages to load and compile. So, you can, but you shouldn't have that many. Choose a good pattern to work with and make the code as short as possible.
You can have as many activities as you want, but the app would be huge and the projet would take ages to load and compile. So, you can, but you shouldn't have that many. Choose a good pattern to work with and make the code as short as possible.
answered Jan 2 at 23:59
Alexander Cavalheiro BeckerAlexander Cavalheiro Becker
3111112
3111112
add a comment |
add a comment |